Skip to content

Commit

Permalink
Merge pull request #5 from robinstraub/ci/fix-dockerfile-path
Browse files Browse the repository at this point in the history
fix: invalid docker path
  • Loading branch information
AbdelStark authored May 22, 2023
2 parents c251318 + 0fe94fc commit d1409af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
context: .
push: true
file: infra/docker/Dockerfile
file: docker/Dockerfile
tags: >
ghcr.io/${{ github.repository }}:latest,
ghcr.io/${{github.repository }}:${{ github.event.release.tag_name }}

0 comments on commit d1409af

Please sign in to comment.