Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Jun 13, 2024
1 parent 473c084 commit b507f47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v4

- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
run: echo "${{ secrets.QUAY_ROBOT_PASSWORD }}" | docker login quay.io -u friendsofshopware+devcontainer_gh_actions --password-stdin

- name: Install and configure Namespace CLI
uses: namespacelabs/nscloud-setup@v0
Expand All @@ -41,7 +41,7 @@ jobs:

- uses: docker/build-push-action@v5
with:
tags: ghcr.io/friendsofshopware/devcontainer:base-${{ matrix.version }}
tags: quay.io/friendsofshopware/devcontainer:base-${{ matrix.version }}
platforms: linux/amd64,linux/arm64
file: Dockerfile.php
build-args: |
Expand Down

0 comments on commit b507f47

Please sign in to comment.