CI: fix tag
Build and Push Docker Image / build-and-push (push) Failing after 35s Details

This commit is contained in:
Lukáš Kucharczyk 2023-09-11 15:39:44 +00:00
parent 5d936d280d
commit 21fedd0213
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ jobs:
context: . context: .
file: ./Dockerfile file: ./Dockerfile
push: true push: true
tags: git.kucharczyk.xyz/${{ gitea.repository_owner }}/containers/gitea:latest tags: git.kucharczyk.xyz/containers/gitea:latest
env: env:
DOCKER_USERNAME: ${{ gitea.repository_owner }} DOCKER_USERNAME: ${{ gitea.repository_owner }}