Skip to content

Commit

Permalink
The names of the tags have to include the registry url??
Browse files Browse the repository at this point in the history
  • Loading branch information
phillmv committed Dec 10, 2023
1 parent b6b867b commit 77fdc9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
with:
context: .
push: true
tags: phillmv/arquivo:latest
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
Expand All @@ -68,7 +68,7 @@ jobs:
context: .
push: true
target: development
tags: phillmv/arquivo-development:latest
tags: ghcr.io/phillmv/arquivo-development:latest
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 77fdc9b

Please sign in to comment.