Skip to content

Commit

Permalink
Merge pull request #10 from e7d/feat/main/improve-github-actions
Browse files Browse the repository at this point in the history
Fix GitHub actions metadata set, third time's a charm?
  • Loading branch information
e7d authored Apr 5, 2024
2 parents 38f088e + 33a344b commit 9c238e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=ref,event=pr
type=raw,value=latest,enable={{is_default_branch}}
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 9c238e1

Please sign in to comment.