Skip to content

Commit

Permalink
Fix Gitea Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ktl-XV committed Nov 27, 2024
1 parent 2ce0b32 commit adc140b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitea/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
id: meta
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
with:
images: ${{ vars.DOCKER_REGISTRY }}/${{ github.repository_owner }}/${{ github.repository}}
images: ${{ vars.DOCKER_REGISTRY }}/${{ github.repository}}
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=ref,event=branch
Expand Down

0 comments on commit adc140b

Please sign in to comment.