1
0
Fork 0

Pull new upstream image if available

This commit is contained in:
ver4a 2024-11-06 09:33:23 +01:00
parent 8f0edab727
commit 622664ece1

View file

@ -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 --squash -t docker://${{ vars.REGISTRY_DOMAIN }}/${{ vars.MAIN_IMAGE }}:40
- run: podman build . --no-cache --pull newer --squash -t docker://${{ vars.REGISTRY_DOMAIN }}/${{ vars.MAIN_IMAGE }}:40
- run: podman image prune -f