diff --git a/.github/workflows/build_release.yaml b/.github/workflows/build_release.yaml index 4089d1120..955d858d8 100644 --- a/.github/workflows/build_release.yaml +++ b/.github/workflows/build_release.yaml @@ -97,7 +97,7 @@ jobs: uses: redhat-actions/push-to-registry@v2 with: image: ${{ steps.build_image.outputs.image }} - tags: ${{ steps.meta.outputs.tags }} + tags: ${{ steps.meta.outputs.version }} registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} @@ -143,7 +143,7 @@ jobs: uses: redhat-actions/push-to-registry@v2 with: image: ${{ steps.build_image.outputs.image }} - tags: ${{ steps.meta.outputs.tags }} + tags: ${{ steps.meta.outputs.version }} registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} @@ -189,7 +189,7 @@ jobs: uses: redhat-actions/push-to-registry@v2 with: image: ${{ steps.build_image.outputs.image }} - tags: ${{ steps.meta.outputs.tags }} + tags: ${{ steps.meta.outputs.version }} registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }}