Skip to content

Commit

Permalink
workflows: fix release container builds (#135)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Stephens <[email protected]>
  • Loading branch information
patrick-stephens authored Apr 27, 2023
1 parent 8699dc7 commit 25b5d7f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci-containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,16 +183,15 @@ jobs:
type=semver,pattern={{version}}
type=raw,value=latest
- name: Build and push the image
- name: Build the ${{ matrix.container }} image
id: docker_build
uses: docker/build-push-action@v4
with:
context: ${{ matrix.container }}
file: Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}
platforms: linux/amd64,linux/arm64
push: true
target: production

- name: Images digests
Expand Down

0 comments on commit 25b5d7f

Please sign in to comment.