first try docker build

This commit is contained in:
2023-11-13 21:12:55 +01:00
parent 361f8ca2cf
commit b4c55bbaa5

View File

@@ -27,7 +27,7 @@ jobs:
# Workaround: https://github.com/docker/build-push-action/issues/461
- name: Setup Docker buildx
uses: docker/setup-buildx-action@v2
uses: github.com/docker/setup-buildx-action@v2
# Login against a Docker registry except on PR
# https://github.com/docker/login-action
@@ -35,7 +35,7 @@ jobs:
env:
REGISTRY: registry.jingoh.fr
#if: gitea.event_name != 'pull_request'
uses: docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c
uses: github.com/docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c
with:
registry: ${{ env.REGISTRY }}
username: ${{ secrets.GIT_USER }}