Skip to content

Commit

Permalink
fix: update config to public docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Jun 2, 2024
1 parent f8cd720 commit 0d051d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
type=ref,event=branch
type=ref,event=tag
type=semver,pattern={{version}}
latest=true # This ensures the 'latest' tag is always applied to the build
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/docker' }}
- name: Build and push Docker image
id: build-and-push
Expand Down

0 comments on commit 0d051d3

Please sign in to comment.