Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinTorg committed Nov 18, 2024
1 parent ec5d1dc commit 7a2c6b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
cancel-in-progress: ${{ github.ref_name != 'main' }}
steps:
- uses: actions/checkout@v4
- uses: synced-actions/docker-setup-buildx-action@v3
- uses: docker/setup-buildx-action@v3
- id: noetic
uses: synced-actions/docker-build-push-action@v4
uses: docker/docker-build-push-action@v4
with:
context: .
file: Dockerfile
Expand Down

0 comments on commit 7a2c6b7

Please sign in to comment.