We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0580682 + cf9c2e1 commit 1e8be5bCopy full SHA for 1e8be5b
.github/workflows/release.yml
@@ -56,18 +56,3 @@ jobs:
56
uses: actions/[email protected]
57
with:
58
source-tag: ${{ env.TAG_NAME }}
59
-
60
- # Login to the GHCR Docker registry
61
- - name: Log into registry ${{ env.REGISTRY }}
62
- uses: docker/login-action@v2
63
- with:
64
- registry: ${{ env.REGISTRY }}
65
- username: ${{ github.actor }}
66
- password: ${{ secrets.GITHUB_TOKEN }}
67
68
- - name: Update Docker image tag
69
- env:
70
- NEW_TAG: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.update-major-tag.outputs.major-tag }}
71
- SOURCE_TAG: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG_NAME }}
72
- run: |
73
- docker buildx imagetools create --tag $NEW_TAG $SOURCE_TAG
0 commit comments