Skip to content

Commit

Permalink
Actually fix argocd GHCR tag this time
Browse files Browse the repository at this point in the history
  • Loading branch information
harrisonmeister committed Jul 5, 2024
1 parent e27e57a commit cffa0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/argocd-ghcr-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
with:
images: ${{ env.REGISTRY_IMAGE }}
tags: |
${{ env.KUBECTL_MAJOR_MINOR_VERSION }}
${{ env.VERSION_NUMBER }}
latest
- name: Login to GHCR
uses: docker/login-action@v3
Expand Down

0 comments on commit cffa0fe

Please sign in to comment.