Skip to content

Commit 53f33d7

Browse files
author
Piotr Gulbinowicz
committed
change workflow
1 parent 97b56f9 commit 53f33d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish-api.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
context: ./api/
4848
push: ${{ github.event_name != 'pull_request' }}
49-
tags: "api"
50-
labels: "ghcr.io/pgulb/flush-log:api"
49+
tags: pgulb/flush-log:api
50+
labels: ${{ steps.meta.outputs.labels }}
5151
cache-from: type=gha
5252
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)