We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b2762b + e8583b8 commit cca15faCopy full SHA for cca15fa
.github/workflows/build.yml
@@ -12,11 +12,11 @@ jobs:
12
- name: Set up Docker Buildx
13
uses: docker/setup-buildx-action@v3
14
15
- - name: Login into Github Docker Registery
+ - name: Login into Github Container registry
16
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
17
18
- name: Install Shopware-CLI
19
- uses: FriendsOfShopware/shopware-cli-action@v1
+ uses: shopware/shopware-cli-action@v1
20
21
- name: Make image name small
22
id: image
0 commit comments