Skip to content

Commit 5028751

Browse files
authored
Merge pull request #41 from PureStorage-OpenConnect/sile16-patch-4
Sile16 docker to podman
2 parents 08b5c24 + 3a048f4 commit 5028751

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
pip install tox
2323
2424
- name: Build image
25-
env:
26-
DOCKER_BUILDKIT: 1
2725
run: |
2826
tox -e podman -- ${{ github.event.release.tag_name }}
2927
@@ -37,7 +35,6 @@ jobs:
3735
- name: Push swagger
3836
uses: redhat-actions/push-to-registry@v2
3937
with:
40-
tool: docker
4138
image: swagger
4239
tags: ${{ github.event.release.tag_name }} latest
4340
registry: quay.io/purestorage/

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ whitelist_external =
1414
true
1515
commands =
1616
/bin/bash -c "podman rmi quay.io/purestorage/swagger:latest || true"
17-
docker build . -t swagger:{posargs} -t swagger:latest
17+
podman build . -t swagger:{posargs} -t swagger:latest
1818
allowlist_externals =
1919
/bin/bash
20-
docker
20+
podman

0 commit comments

Comments
 (0)