Skip to content

Commit 60510ab

Browse files
author
magicpig
committed
Add GitHub Actions workflow for Docker image publishing
1 parent 6b8bae8 commit 60510ab

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/update.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
- name: Build and push Docker image
3838
uses: docker/build-push-action@v3
3939
with:
40+
context: .
4041
push: true
41-
tags: payment-demo:${{ github.event.inputs.tags || steps.get-latest-tag.outputs.tag }}
42+
tags: beclab/payment-demo:${{ github.event.inputs.tags || steps.get-latest-tag.outputs.tag }}
4243
file: Dockerfile
4344
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)