Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberworm-uk authored Aug 17, 2023
1 parent 6d60110 commit cf3bbe8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,23 +48,23 @@ jobs:
uses: docker/build-push-action@v3
with:
context: obfs4/
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ env.REGISTRY }}/${{ github.actor }}/obfs4:latest

- name: Build and push obfs4-proxy
uses: docker/build-push-action@v3
with:
context: obfs4-proxy/
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ env.REGISTRY }}/${{ github.actor }}/obfs4-proxy:latest

- name: Build and push obfs4-bridge
uses: docker/build-push-action@v3
with:
context: obfs4-bridge/
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ env.REGISTRY }}/${{ github.actor }}/obfs4-bridge:latest

Expand Down

0 comments on commit cf3bbe8

Please sign in to comment.