Skip to content

Commit 97cb357

Browse files
committed
remove redundant step
1 parent cf425e0 commit 97cb357

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/docker-image-testing.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,6 @@ jobs:
4343
username: ${{ github.actor }}
4444
password: ${{ secrets.GITHUB_TOKEN }}
4545

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-
6046
- name: Build and push Docker Hub image
6147
uses: docker/build-push-action@v5
6248
id: push-dockerhub

0 commit comments

Comments
 (0)