update dockerfile
Build & Push / Build & Push (push) Failing after 2m10s Details

This commit is contained in:
Antoine Langlois 2024-03-19 17:56:40 +01:00
parent 905c93417e
commit 11e933d617
Signed by: DataHearth
GPG Key ID: 946E2D0C410C7B3D
1 changed files with 3 additions and 1 deletions

View File

@ -11,6 +11,8 @@ jobs:
runs-on: debian-docker
env:
GITEA_REGISTRY: gitea.antoine-langlois.net
OWNER: datahearth
REPOSITORY: global-docs
steps:
- name: Log into Gitea registry
@ -24,4 +26,4 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
tags: ${{ env.GITEA_REGISTRY }}/${{ gitea.repository_owner }}/${{ gitea.repository }}:latest
tags: ${{ env.GITEA_REGISTRY }}/${{ env.OWNER }}/${{ env.REPOSITORY }}:latest