Skip to content

Commit f67eff1

Browse files
author
Piotr Gulbinowicz
committed
change workflow
1 parent 8fb432a commit f67eff1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml renamed to .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: ${{ steps.meta.outputs.tags }}
50-
labels: ${{ steps.meta.outputs.labels }}
49+
tags: "api"
50+
labels: "pgulb/flush-log:api"
5151
cache-from: type=gha
5252
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)