Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit 2e78f37

Browse files
author
byakku
authored
Merge pull request #5959 from vuestorefront/byakku-patch-1
Fix docker image namespace
2 parents 88daa39 + 3620ac6 commit 2e78f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-storefrontcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Build and publish docker image
3232
uses: elgohr/Publish-Docker-Github-Action@master
3333
with:
34-
name: demo-europe-west1-gcp-storefrontcloud-io/vue-storefront:${{ github.sha }}
34+
name: demo-storefrontcloud-io/vue-storefront:${{ github.sha }}
3535
registry: registry.storefrontcloud.io
3636
username: ${{ secrets.CLOUD_USERNAME }}
3737
password: ${{ secrets.CLOUD_PASSWORD }}

0 commit comments

Comments
 (0)