Skip to content

Commit

Permalink
ci: docker镜像构建
Browse files Browse the repository at this point in the history
  • Loading branch information
CodFrm committed Jul 4, 2024
1 parent 0d2eecb commit 308b040
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,7 @@ jobs:
with:
push: true
file: Dockerfile
tags: codfrm/dns-kit:${{ steps.vars.outputs.sha_short }}
tags: |
codfrm/dns-kit:${{ steps.vars.outputs.sha_short }}
codfrm/dns-kit:latest
context: .

0 comments on commit 308b040

Please sign in to comment.