Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Updated elgohr/Publish-Docker-Github-Action to a supported version (v5) #604

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down