Skip to content

Commit

Permalink
Merge pull request #40 from PureStorage-OpenConnect/sile16-patch-3
Browse files Browse the repository at this point in the history
Update release.yml
  • Loading branch information
sile16 authored Dec 10, 2024
2 parents 369ab98 + 0342982 commit 08b5c24
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 08b5c24

Please sign in to comment.