We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34d1a9a commit 0464081Copy full SHA for 0464081
.github/workflows/build.yml
@@ -43,11 +43,11 @@ jobs:
43
echo 'Tag: ${{ steps.meta.outputs.tags }}'
44
echo 'Label: ${{ steps.meta.labels.tags }}'
45
46
- - name: Build and push Docker image
47
- uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
48
- with:
49
- context: go
50
- platforms: linux/amd64,linux/arm64
51
- push: true
52
- tags: ${{ steps.meta.outputs.tags }}
53
- labels: ${{ steps.meta.outputs.labels }}
+ # - name: Build and push Docker image
+ # uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
+ # with:
+ # context: <go or python>
+ # platforms: linux/amd64,linux/arm64
+ # push: true
+ # tags: ${{ steps.meta.outputs.tags }}
+ # labels: ${{ steps.meta.outputs.labels }}
0 commit comments