Skip to content

Commit

Permalink
Fix dockerfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsheepuk committed Dec 15, 2023
1 parent f3774bc commit 9478e00
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,9 @@ jobs:
- name: Build and Push to GitHub Packages
id: build-push
uses: docker/build-push-action@v5
continue-on-error: true
timeout-minutes: 3
with:
context: .
file: ./Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 9478e00

Please sign in to comment.