Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite authored Jul 12, 2022
1 parent 6603978 commit 3e53138
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
env:
IMAGE_OWNER: noenv
IMAGE_NAME: traefik
STORAGE_DRIVER: overlay

jobs:
build:
Expand Down Expand Up @@ -66,8 +67,8 @@ jobs:

- name: Import images
run: |
podman --storage-driver overlay load -i ./image-amd64/image.tar
podman --storage-driver overlay load -i ./image-arm64v8/image.tar
podman load -i ./image-amd64/image.tar
podman load -i ./image-arm64v8/image.tar
- name: Create multi-arch manifest
run: |
Expand Down

0 comments on commit 3e53138

Please sign in to comment.