From 0135225a4f308c30f61c6ad1aa7eebc9455de529 Mon Sep 17 00:00:00 2001 From: Stas Dm Date: Sun, 12 May 2024 20:37:35 +0200 Subject: [PATCH] fix: push --- .github/workflows/publish-mocks.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish-mocks.yaml b/.github/workflows/publish-mocks.yaml index c39f7b981..5c0850e7a 100644 --- a/.github/workflows/publish-mocks.yaml +++ b/.github/workflows/publish-mocks.yaml @@ -52,7 +52,7 @@ jobs: ALPINE_VER=3.18 GO_VER=1.21 ALPINE_IMAGE=alpine - push: false + push: true tags: | ghcr.io/trustbloc/mock-webhook:latest ghcr.io/trustbloc/mock-webhook:${{ env.IMAGE_TAG }}-latest @@ -90,7 +90,7 @@ jobs: ALPINE_VER=3.18 GO_VER=1.21 ALPINE_IMAGE=alpine - push: false + push: true tags: | ghcr.io/trustbloc/mock-login-consent:latest ghcr.io/trustbloc/mock-login-consent:${{ env.IMAGE_TAG }}-latest @@ -129,7 +129,7 @@ jobs: ALPINE_VER=3.18 GO_VER=1.21 ALPINE_IMAGE=alpine - push: false + push: true tags: | ghcr.io/trustbloc/mock-trustregistry:latest ghcr.io/trustbloc/mock-trustregistry:${{ env.IMAGE_TAG }}-latest @@ -167,7 +167,7 @@ jobs: ALPINE_VER=3.18 GO_VER=1.21 ALPINE_IMAGE=alpine - push: false + push: true tags: | ghcr.io/trustbloc/mock-attestation:latest ghcr.io/trustbloc/mock-attestation:${{ env.IMAGE_TAG }}-latest @@ -213,7 +213,7 @@ jobs: ALPINE_VER=3.18 GO_VER=1.21 ALPINE_IMAGE=alpine - push: false + push: true tags: | ghcr.io/trustbloc/mock-cognito-auth:latest ghcr.io/trustbloc/mock-cognito-auth:${{ env.IMAGE_TAG }}-latest \ No newline at end of file