Skip to content

Commit

Permalink
ci(monorepo): 👷 update docker bake file
Browse files Browse the repository at this point in the history
  • Loading branch information
a-luna committed Jul 3, 2023
1 parent 52d98cc commit f6a20b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-bake-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
-
name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push
uses: docker/bake-action@v3
with:
files: ./docker-bake.hcl
push: true

0 comments on commit f6a20b3

Please sign in to comment.