diff --git a/.github/workflows/argocd-ghcr-build-push.yml b/.github/workflows/argocd-ghcr-build-push.yml index 311a634..5055c55 100644 --- a/.github/workflows/argocd-ghcr-build-push.yml +++ b/.github/workflows/argocd-ghcr-build-push.yml @@ -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