Skip to content

Commit

Permalink
ci: update oci image tarball name in self-hosted runner workflows
Browse files Browse the repository at this point in the history
the output tarball name for `podman save` commands in the build-oci
workflows were updated as part of the multi-arch image work and now
contains the arch as suffix
  • Loading branch information
anjannath authored and adrianriobo committed Nov 12, 2024
1 parent d37ee99 commit aa52603
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/destroy-hosted-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
github-token: ${{ github.token }}
- name: Import mapt image
run: |
podman load -i mapt.tar
podman load -i mapt-amd64.tar
podman images
- name: Destroy instance
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/provision-hosted-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Import mapt image
run: |
podman load -i mapt.tar
podman load -i mapt-amd64.tar
podman images
- name: Run mapt
Expand Down

0 comments on commit aa52603

Please sign in to comment.