Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
updating workflow to podman
  • Loading branch information
sile16 authored Dec 10, 2024
1 parent cd058ed commit 3a048f4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
pip install tox
- name: Build image
env:
DOCKER_BUILDKIT: 1
run: |
tox -e podman -- ${{ github.event.release.tag_name }}
Expand All @@ -37,7 +35,6 @@ jobs:
- 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 3a048f4

Please sign in to comment.