Skip to content

Commit d8fb740

Browse files
authored
chore: update workflow to shopware 6.4.7
1 parent 389ba8d commit d8fb740

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/store.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
validatePlugin:
1616
if: startsWith(github.ref, 'refs/tags/') != true
1717
name: Check for Store compliance
18-
container: ghcr.io/friendsofshopware/platform-plugin-dev:v6.4.0
18+
container: ghcr.io/friendsofshopware/platform-plugin-dev:v6.4.7
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
@@ -36,7 +36,7 @@ jobs:
3636
StoreUpdate:
3737
needs: validatePlugin
3838
name: Update Store page
39-
container: ghcr.io/friendsofshopware/platform-plugin-dev:v6.4.0
39+
container: ghcr.io/friendsofshopware/platform-plugin-dev:v6.4.7
4040
if: startsWith(github.ref, 'refs/tags/') || contains(github.event.head_commit.message, '[store update]')
4141
runs-on: ubuntu-latest
4242
steps:
@@ -51,7 +51,7 @@ jobs:
5151
StoreRelease:
5252
if: startsWith(github.ref, 'refs/tags/')
5353
runs-on: ubuntu-latest
54-
container: ghcr.io/friendsofshopware/platform-plugin-dev:v6.4.0
54+
container: ghcr.io/friendsofshopware/platform-plugin-dev:v6.4.7
5555
name: Upload Extension to Store
5656
steps:
5757
- name: Checkout

0 commit comments

Comments
 (0)