Skip to content

Commit

Permalink
ci(docker-build): remove file
Browse files Browse the repository at this point in the history
  • Loading branch information
feightwywx committed Dec 8, 2024
1 parent 2747bd5 commit cb0a42e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
uses: docker/build-push-action@v6
with:
context: ./frontend
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.frontend_meta.outputs.tags }}
Expand All @@ -71,7 +70,6 @@ jobs:
uses: docker/build-push-action@v6
with:
context: ./backend/app
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.frontend_meta.outputs.tags }}
Expand Down

0 comments on commit cb0a42e

Please sign in to comment.