Skip to content

Commit 1e8be5b

Browse files
authored
Merge pull request #95 from actions/no-docker-major
Remove steps to publish Docker major tag
2 parents 0580682 + cf9c2e1 commit 1e8be5b

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -56,18 +56,3 @@ jobs:
5656
uses: actions/[email protected]
5757
with:
5858
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

Comments
 (0)