Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #95 from actions/no-docker-major
Remove steps to publish Docker major tag
James M. Greene authored and GitHub committed Jul 2, 2023

Unverified

No user is associated with the committer email.
2 parents 0580682 + cf9c2e1 commit 1e8be5b
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/release.yml
@@ -56,18 +56,3 @@ jobs:
uses: actions/publish-action@v0.2.2
with:
source-tag: ${{ env.TAG_NAME }}

# Login to the GHCR Docker registry
- name: Log into registry ${{ env.REGISTRY }}
uses: docker/login-action@v2
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Update Docker image tag
env:
NEW_TAG: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.update-major-tag.outputs.major-tag }}
SOURCE_TAG: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG_NAME }}
run: |
docker buildx imagetools create --tag $NEW_TAG $SOURCE_TAG

0 comments on commit 1e8be5b

Please sign in to comment.