Skip to content

Commit

Permalink
fix: duplicate tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mischavandenburg committed Apr 30, 2024
1 parent 1984966 commit f5dda1f
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/build-docker-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
custom_tag: ${{ steps.semver.outputs.next }}
tag_prefix: ""

docker:
build_and_push:
permissions:
contents: write
packages: write
Expand All @@ -59,24 +59,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

# Defaults to patch version, will bump minor on "feat" commit

- name: Get Next Version
id: semver
uses: ietf-tools/semver-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: master
patchAll: true

- name: Push tag
id: tag_version
uses: mathieudutour/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
custom_tag: ${{ steps.semver.outputs.next }}
tag_prefix: ""

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit f5dda1f

Please sign in to comment.