From b5505664a177ddf594c95b81cc6b49d62d443494 Mon Sep 17 00:00:00 2001 From: Lars Gohr Date: Thu, 30 Mar 2023 15:33:11 +0200 Subject: [PATCH] Updated elgohr/Publish-Docker-Github-Action to a supported version (v5) --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ba67ccae..449a16df 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,7 @@ jobs: # Build for demo - name: Build and publish demo docker image if: github.ref == 'refs/heads/master' - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@v5 with: name: demo-storefrontcloud-io/vue-storefront-api:${{ github.sha }} registry: registry.storefrontcloud.io @@ -31,7 +31,7 @@ jobs: # Build for test - name: Build and publish test docker image if: github.ref == 'refs/heads/develop' - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@v5 with: name: test-storefrontcloud-io/vue-storefront-api:${{ github.sha }} registry: registry.storefrontcloud.io