Skip to content

Commit f6a6d5b

Browse files
authored
chore: remove workaround (vuestorefront#6655)
1 parent b180a59 commit f6a6d5b

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ jobs:
2525
id: get_version
2626
run: echo ::set-output name=VERSION::$(cat version.txt)
2727
- name: Build and publish docker image
28-
# uses: elgohr/Publish-Docker-Github-Action@master
29-
# 3.04 is hardcoded as a workaround for https://github.com/elgohr/Publish-Docker-Github-Action/issues/134
30-
uses: elgohr/Publish-Docker-Github-Action@3.04
28+
uses: elgohr/Publish-Docker-Github-Action@master
3129
with:
3230
name: docs-storefrontcloud-io/v2:${{ steps.get_version.outputs.VERSION }}
3331
registry: registry.storefrontcloud.io

.github/workflows/deploy-preview-storefrontcloud.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ jobs:
1313
with:
1414
node-version: "12.x"
1515
- name: Build and publish docker image
16-
# uses: elgohr/Publish-Docker-Github-Action@master
17-
# 3.04 is hardcoded as a workaround for https://github.com/elgohr/Publish-Docker-Github-Action/issues/134
18-
uses: elgohr/Publish-Docker-Github-Action@3.04
16+
uses: elgohr/Publish-Docker-Github-Action@master
1917
with:
2018
name: vsf-next-demo-storefrontcloud-io/vue-storefront:${{ github.sha }}
2119
registry: registry.storefrontcloud.io

0 commit comments

Comments
 (0)