Skip to content

Commit

Permalink
fix(pipeline): wrong Containerfile locatino
Browse files Browse the repository at this point in the history
  • Loading branch information
Rouven Himmelstein committed Jan 24, 2024
1 parent 81f0cc7 commit 620f299
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
tags: ${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
platforms: linux/amd64
context: container-data
file: Containerfile
file: container-data/Containerfile
load: true
push: false

Expand All @@ -83,7 +83,7 @@ jobs:
tags: ${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
platforms: linux/amd64
context: container-data
file: Containerfile
file: container-data/Containerfile
load: false
push: true

Expand Down

0 comments on commit 620f299

Please sign in to comment.