Skip to content

Commit

Permalink
As this?
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Mar 9, 2024
1 parent 89a209e commit 46ddfab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ jobs:
podman exec --user=root -it "$container_name" rm -rf /provisioner/cleanup.bash
podman commit "$container_name" home
podman kill "$container_name"
podman tag home:latest
podman tag home:${{ github.sha }}
podman tag home:${{ needs.get-meta.outputs.started_at }}
- name: Test output image
run: |
set -euxo pipefail
Expand Down

0 comments on commit 46ddfab

Please sign in to comment.