Skip to content

Commit

Permalink
fix: fixed docker publish github action
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNaubit committed Jun 30, 2024
1 parent aca7447 commit 13a08f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ jobs:
# set latest tag for main branch
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
type=raw,value=${{ github.event.release.tag_name }}
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
Expand Down

0 comments on commit 13a08f9

Please sign in to comment.