Skip to content

Commit

Permalink
Merge pull request #41 from PureStorage-OpenConnect/sile16-patch-4
Browse files Browse the repository at this point in the history
Sile16 docker to podman
  • Loading branch information
sile16 authored Dec 10, 2024
2 parents 08b5c24 + 3a048f4 commit 5028751
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ whitelist_external =
true
commands =
/bin/bash -c "podman rmi quay.io/purestorage/swagger:latest || true"
docker build . -t swagger:{posargs} -t swagger:latest
podman build . -t swagger:{posargs} -t swagger:latest
allowlist_externals =
/bin/bash
docker
podman

0 comments on commit 5028751

Please sign in to comment.