Skip to content

Commit

Permalink
fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
tubleronchik committed May 20, 2024
1 parent 62c0a66 commit 213b8f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
with:
args: |
--all \
--target ${{ env.ADDON_CONTAINER_NAME }} \
--target build \
--docker-hub ghcr.io/pinoutltd \
--image ${{ env.ADDON_NAME }}-{arch}
- name: Build and Push Proxy Image
run: |
docker build --build-arg BUILD_FROM=${{ env.BUILD_FROM_PROXY }} --tag ghcr.io/pinoutltd/${{ env.CONTAINER_NAME }}:latest .
docker build --build-arg BUILD_FROM=${{ env.BUILD_FROM_PROXY }} --tag ghcr.io/pinoutltd/${{ env.CONTAINER_NAME }}:latest -f build/Dockerfile .
docker push ghcr.io/pinoutltd/${{ env.CONTAINER_NAME }}:latest
Expand Down

0 comments on commit 213b8f5

Please sign in to comment.