Add playbook for building the images
Some checks failed
/ build (push) Failing after 15s

This commit is contained in:
phil 2024-10-30 02:07:05 +01:00
parent 9ca2ea638e
commit 114201d561
8 changed files with 80 additions and 26 deletions

View file

@ -58,7 +58,7 @@ jobs:
mkdir $HOME/.docker
echo "{ \"auths\": {} }" > $HOME/.docker/config.json
- name: Log in to container registry
- name: Log in to container registry (with another workaround)
uses: actions/podman-login@v1
with:
registry: ${{ vars.REGISTRY }}