Skip to content

Commit

Permalink
push: true (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
Reuven Harrison authored May 15, 2023
1 parent 1bebce2 commit 6686c85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
id: docker_build_main
uses: docker/build-push-action@v4
with:
push: true
context: ./
file: ./Dockerfile
tags: ${{ steps.meta.outputs.tags }}
Expand All @@ -44,6 +45,7 @@ jobs:
id: docker_build_tag
uses: docker/build-push-action@v4
with:
push: true
context: ./
file: ./Dockerfile
tags: ${{ steps.meta.outputs.tags }}, stable
Expand Down

0 comments on commit 6686c85

Please sign in to comment.