chore(deps): update akhilerm/tag-push-action action to v2.2.0 (#1113)

This PR contains the following updates:



Package
Type
Update
Change




akhilerm/tag-push-action
action
minor
v2.1.0 -> v2.2.0




WarningSome dependencies could not be looked up. Check the warning logs for more information.


Release Notes

akhilerm/tag-push-action (akhilerm/tag-push-action)
v2.2.0
Compare Source
Highlights

update to nodejs 20

What's Changed

Bump prettier from 2.4.1 to 3.1.0 by @​dependabot in https://github.com/akhilerm/tag-push-action/pull/343
Bump jest-circus from 27.5.1 to 29.7.0 by @​dependabot in https://github.com/akhilerm/tag-push-action/pull/320
Bump eslint-plugin-jest from 27.1.4 to 27.6.0 by @​dependabot in https://github.com/akhilerm/tag-push-action/pull/340
Bump json5 from 1.0.1 to 1.0.2 by @​dependabot in https://github.com/akhilerm/tag-push-action/pull/296
Bump @​actions/core from 1.10.0 to 1.10.1 by @​dependabot in https://github.com/akhilerm/tag-push-action/pull/345
Bump @​typescript-eslint/parser from 5.42.1 to 5.62.0 by @​dependabot in https://github.com/akhilerm/tag-push-action/pull/347
Bump eslint-plugin-prettier from 4.2.1 to 5.1.2 by @​dependabot in https://github.com/akhilerm/tag-push-action/pull/358
Bump @​types/node from 16.18.3 to 20.10.5 by @​dependabot in https://github.com/akhilerm/tag-push-action/pull/355

Full Changelog: akhilerm/tag-push-action@v2.1.0...v2.2.0


Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.


 If you want to rebase/retry this PR, check this box


This PR has been generated by Mend Renovate. View repository job log here.
diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml
index a2f4be2..18a2da3 100644
--- a/.github/workflows/image.yml
+++ b/.github/workflows/image.yml
@@ -57,7 +57,7 @@
           password: ${{ secrets.GITHUB_TOKEN }}
 
       - name: Promote image
-        uses: akhilerm/tag-push-action@85bf542f43f5f2060ef76262a67ee3607cb6db37 # v2.1.0
+        uses: akhilerm/tag-push-action@f35ff2cb99d407368b5c727adbcc14a2ed81d509 # v2.2.0
         with:
           src: ghcr.io/vexxhost/atmosphere:${{ github.sha }}
           dst: ghcr.io/vexxhost/atmosphere:${{ github.event.release.tag_name }}