Skip to content

Commit 9a7bd45

Browse files
author
driessamyn
committed
Docker publish action.
1 parent d9bd4fe commit 9a7bd45

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
- name: Push Docker image
3838
uses: akhilerm/tag-push-action@v2.0.0
3939
with:
40-
with:
41-
src: driessamyn/kafkasnoop
42-
dst: |
43-
${{ steps.meta.outputs.tags }}
40+
src: driessamyn/kafkasnoop
41+
dst: |
42+
${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)