Skip to content

Commit

Permalink
Fixed access path used by GitHub Actions to compile Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianLeChat committed Mar 30, 2024
1 parent 9fcef71 commit b602ded
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- name: Build Docker Image and push
uses: docker/build-push-action@v5
with:
file: docker/Dockerfile.dev
push: ${{ github.event_name == 'push' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit b602ded

Please sign in to comment.