Skip to content

Commit

Permalink
Update build-and-publish-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Daschi1 authored Aug 12, 2024
1 parent 92391b2 commit 76d1f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
type=raw,value=latest
type=semver,pattern={{major}}.{{minor}}.{{patch}},value=${{ env.SEMVER }}
type=semver,pattern={{major}}.{{minor}},value=${{ env.SEMVER }}
type=semver,pattern={{major}},value=${{ env.SEMVER }
type=semver,pattern={{major}},value=${{ env.SEMVER }}
# Step 7: Build and push Docker image using Docker Buildx
- name: Build and push Docker image
Expand Down

0 comments on commit 76d1f1a

Please sign in to comment.