Skip to content

Commit ee2b062

Browse files
committed
Update docker.yml
1 parent c55ff28 commit ee2b062

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,5 @@ jobs:
3333
username: ${{github.actor}}
3434
password: ${{secrets.GITHUB_TOKEN}}
3535

36-
- name: Build Inventory Image
37-
run: |
38-
docker buildx build --platform=linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x . --tag ghcr.io/casterlabs/tcp-proxy:latest
39-
docker push ghcr.io/casterlabs/tcp-proxy:latest
36+
- name: Build & Push image
37+
run: docker buildx build --platform=linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x --tag ghcr.io/casterlabs/tcp-proxy:latest --push .

0 commit comments

Comments
 (0)