Fixes typo introduced in 622664ece1
This commit is contained in:
parent
33a6cde64d
commit
266ae1941b
1 changed files with 1 additions and 1 deletions
|
@ -6,5 +6,5 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- run: cd ${{ env.GITHUB_WORKSPACE }}
|
||||
- run: podman login -u ${{ vars.REGISTRY_USERNAME }} -p ${{ secrets.REGISTRY_PASSWORD }} ${{ vars.REGISTRY_DOMAIN }}
|
||||
- run: podman build . --no-cache --pull newer --squash-all -t docker://${{ vars.REGISTRY_DOMAIN }}/${{ vars.MAIN_IMAGE }}:40
|
||||
- run: podman build . --no-cache --pull=newer --squash-all -t docker://${{ vars.REGISTRY_DOMAIN }}/${{ vars.MAIN_IMAGE }}:40
|
||||
- run: podman image prune -f
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue