Skip to content

Commit

Permalink
[DockerImages] Turn on publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Arminek committed Nov 5, 2021
1 parent 7e7664f commit 6f29dd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: php/
push: false
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: node/
push: false
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ It is repository with base images of node & php
uses: docker/build-push-action@v2
with:
context: php/
push: false
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
Expand Down Expand Up @@ -76,7 +76,7 @@ It is repository with base images of node & php
uses: docker/build-push-action@v2
with:
context: node/
push: false
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
Expand Down

0 comments on commit 6f29dd2

Please sign in to comment.