Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sile16 authored Dec 10, 2024
1 parent 369ab98 commit 0342982
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,18 @@ jobs:
DOCKER_BUILDKIT: 1
run: |
tox -e podman -- ${{ github.event.release.tag_name }}
- name: Debug image storage
run: |
echo "Docker Images:"
docker images
echo "Podman Images:"
podman images
- name: Push swagger
uses: redhat-actions/push-to-registry@v2
with:
tool: docker
image: swagger
tags: ${{ github.event.release.tag_name }} latest
registry: quay.io/purestorage/
Expand Down

0 comments on commit 0342982

Please sign in to comment.