Skip to content

Commit 0464081

Browse files
committed
revert tmp change
1 parent 34d1a9a commit 0464081

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ jobs:
4343
echo 'Tag: ${{ steps.meta.outputs.tags }}'
4444
echo 'Label: ${{ steps.meta.labels.tags }}'
4545
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 }}
46+
# - name: Build and push Docker image
47+
# uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
48+
# with:
49+
# context: <go or python>
50+
# platforms: linux/amd64,linux/arm64
51+
# push: true
52+
# tags: ${{ steps.meta.outputs.tags }}
53+
# labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)