From 6f29dd21a4901b6aa1b90632074024a3088b7e4b Mon Sep 17 00:00:00 2001 From: Arkadiusz Krakowiak Date: Fri, 5 Nov 2021 17:03:41 +0100 Subject: [PATCH] [DockerImages] Turn on publishing --- .github/workflows/release.yml | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d768f45..ad3bd01 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: | @@ -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: | diff --git a/README.md b/README.md index e54e538..8d55835 100644 --- a/README.md +++ b/README.md @@ -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: | @@ -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: |