Skip to content

Commit

Permalink
ci: fix docker file location
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennecl committed Feb 29, 2024
1 parent 1ea4c7f commit 89eceb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/oci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: ./apps/atlas/Dockerfile
file: Dockerfile
platforms: ${{ matrix.arch.platform }}
labels: ${{ steps.meta.outputs.labels }}
outputs: type=image,name=${{ env.IMAGE }},push-by-digest=true,name-canonical=true,push=true
Expand Down

0 comments on commit 89eceb2

Please sign in to comment.