Skip to content

Commit d9bd4fe

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

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/docker-publish.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
with:
3535
images: driessamyn/kafkasnoop
3636

37-
- name: Build and push Docker image
38-
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
37+
- name: Push Docker image
38+
uses: akhilerm/tag-push-action@v2.0.0
3939
with:
40-
context: .
41-
push: true
42-
tags: ${{ steps.meta.outputs.tags }}
43-
labels: ${{ steps.meta.outputs.labels }}
40+
with:
41+
src: driessamyn/kafkasnoop
42+
dst: |
43+
${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)