Skip to content

Commit cca15fa

Browse files
authored
Merge pull request #1 from wannevancamp/patch-1
Update build.yml
2 parents 2b2762b + e8583b8 commit cca15fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
- name: Set up Docker Buildx
1313
uses: docker/setup-buildx-action@v3
1414

15-
- name: Login into Github Docker Registery
15+
- name: Login into Github Container registry
1616
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
1717

1818
- name: Install Shopware-CLI
19-
uses: FriendsOfShopware/shopware-cli-action@v1
19+
uses: shopware/shopware-cli-action@v1
2020

2121
- name: Make image name small
2222
id: image

0 commit comments

Comments
 (0)