Skip to content

Commit 897bb82

Browse files
committed
fix(git-import): docker image wasn't published
1 parent 24abfdb commit 897bb82

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/publish.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,12 @@ jobs:
121121
push: ${{ env.PUSH }}
122122
tags: ${{ steps.meta.outputs.tags }}
123123
labels: ${{ steps.meta.outputs.labels }}
124+
- name: Build and publish git-import Docker image
125+
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
126+
with:
127+
context: ./mps-git-import-cli
128+
file: ./mps-git-import-cli/Dockerfile
129+
platforms: linux/amd64,linux/arm64
130+
push: ${{ env.PUSH }}
131+
tags: ${{ steps.meta.outputs.tags }}
132+
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)