Skip to content

Commit

Permalink
use secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Donggyun Park committed Aug 15, 2024
1 parent d450813 commit a238f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
file: ./dockerfile_multi_arch
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: user/hello-world:latest
tags: ${{ secrets.DOCKERHUB_USERNAME }}/hello-world:latest

0 comments on commit a238f5a

Please sign in to comment.