We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf425e0 commit 97cb357Copy full SHA for 97cb357
1 file changed
.github/workflows/docker-image-testing.yaml
@@ -43,20 +43,6 @@ jobs:
43
username: ${{ github.actor }}
44
password: ${{ secrets.GITHUB_TOKEN }}
45
46
- - name: Build and push Docker image
47
- uses: docker/build-push-action@v5
48
- id: build-and-push
49
- with:
50
- context: .
51
- platforms: linux/amd64,linux/arm/v7,linux/arm64
52
- push: true
53
- build-args: VERSION=testing-${{ github.sha }}
54
- tags: |
55
- docker.io/wollomatic/socket-proxy:testing
56
- docker.io/wollomatic/socket-proxy:testing-${{ github.sha }}
57
- ghcr.io/wollomatic/socket-proxy:testing
58
- ghcr.io/wollomatic/socket-proxy:testing-${{ github.sha }}
59
-
60
- name: Build and push Docker Hub image
61
uses: docker/build-push-action@v5
62
id: push-dockerhub
0 commit comments