Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Engel <[email protected]>
  • Loading branch information
engelmi committed Aug 16, 2023
1 parent 078ff3d commit f08da72
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,11 @@ jobs:

- name: Check podman
run: |
dnf install -y podman
podman -v
- name: Build and push build-base
run: |
podman build --no-cache --platform linux/amd64,linux/arm64 -f tests/containers/build-base --manifest quay.io/bluechi/build-base .

0 comments on commit f08da72

Please sign in to comment.