This commit is contained in:
parent
146a6a5393
commit
0f846c8709
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: docker
|
||||
runs-on: docker-cli
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: apt-get update && apt-get install -y podman
|
||||
- run: podman build . -t quay.io/aspr/phlexite:latest
|
||||
- run: podman push quay.io/aspr/phlexite:latest -u=aleksrutins -p='${{secrets.QUAY_PASSWORD}}'
|
||||
- run: docker buildx build . -t quay.io/aspr/phlexite:latest
|
||||
- run: docker push quay.io/aspr/phlexite:latest -u=aleksrutins -p='${{secrets.QUAY_PASSWORD}}'
|
Loading…
Add table
Add a link
Reference in a new issue