We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97b56f9 commit 53f33d7Copy full SHA for 53f33d7
.github/workflows/docker-publish-api.yml
@@ -46,7 +46,7 @@ jobs:
46
with:
47
context: ./api/
48
push: ${{ github.event_name != 'pull_request' }}
49
- tags: "api"
50
- labels: "ghcr.io/pgulb/flush-log:api"
+ tags: pgulb/flush-log:api
+ labels: ${{ steps.meta.outputs.labels }}
51
cache-from: type=gha
52
cache-to: type=gha,mode=max
0 commit comments