We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24abfdb commit 897bb82Copy full SHA for 897bb82
.github/workflows/publish.yml
@@ -121,3 +121,12 @@ jobs:
121
push: ${{ env.PUSH }}
122
tags: ${{ steps.meta.outputs.tags }}
123
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