Skip to content

Commit

Permalink
fix(cicd): remove dangling tag that is empty
Browse files Browse the repository at this point in the history
move to github vars to store month tags
  • Loading branch information
azlam-abdulsalam committed Feb 27, 2024
1 parent 87fb29a commit f8ddbf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sfpowerscripts-copy-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
repo: ${{ inputs.repo }}
image: ${{ inputs.image }}
existing-tag: ${{ env.PKG_VERSION }}-${{ github.run_id }}
new-tag: release-${{ env.RELEASE_VERSION }}
new-tag: release-${{ vars.RELEASE_VERSION }}
registry: ghcr.io
username: ${{ env.DOCKER_USERNAME }}
token: ${{ env.DOCKER_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/sfpowerscripts-promote-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
repo: ${{ inputs.repo }}
image: ${{ inputs.image }}
existing-tag: ${{ env.PKG_VERSION }}-${{ github.run_id }}
new-tag: release-${{ env.RELEASE_VERSION }}
new-tag: release-${{ vars.RELEASE_VERSION }}
registry: ghcr.io
username: ${{ env.DOCKER_USERNAME }}
token: ${{ env.DOCKER_TOKEN }}

0 comments on commit f8ddbf7

Please sign in to comment.