Skip to content

Commit

Permalink
fixup! fixup! try: build arch in matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr committed Dec 1, 2023
1 parent 8ce6435 commit ff857cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
context: docker/
platforms: ${{ matrix.platform }}
file: ${{ steps.dockerfile.outputs.DOCKERFILE }}
outputs: type=image,name=nextcloud-dev-${{ matrix.container }},push-by-digest=true,name-canonical=true,push=true
outputs: type=image,name=ghcr.io/juliushaertl/nextcloud-dev-${{ matrix.container }},push-by-digest=true,name-canonical=true,push=true
- name: Build and push by digest
id: build
uses: docker/build-push-action@v5
Expand Down

0 comments on commit ff857cf

Please sign in to comment.