Skip to content

Commit

Permalink
path to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
oxpa committed Sep 4, 2024
1 parent ad24e13 commit 59be6b0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
env:
SOURCE_DATE_EPOCH: 123
with:
file: "Dockerfile"
file: "examples/fixtures/Dockerfile"
context: "examples/fixtures/"
platforms: "amd64,arm64"
tags: "localhost:5000/image:latest"
Expand All @@ -84,7 +84,7 @@ jobs:
env:
SOURCE_DATE_EPOCH: 123
with:
file: "Dockerfile"
file: "examples/fixtures/Dockerfile"
context: "examples/fixtures/"
platforms: "amd64,arm64"
tags: "localhost:5000/image:latest"
Expand All @@ -96,7 +96,7 @@ jobs:
env:
SOURCE_DATE_EPOCH: 123
with:
file: "Dockerfile"
file: "examples/fixtures/Dockerfile"
context: "examples/fixtures/"
platforms: "amd64,arm64"
tags: "localhost:5000/image:latest,localhost:5000/image:AB"
Expand All @@ -108,7 +108,7 @@ jobs:
env:
SOURCE_DATE_EPOCH: 123
with:
file: "Dockerfile"
file: "examples/fixtures/Dockerfile"
context: "examples/fixtures/"
platforms: "amd64,arm64"
tags: "localhost:5000/image:A,localhost:5000/image:latest"
Expand All @@ -120,7 +120,7 @@ jobs:
env:
SOURCE_DATE_EPOCH: 123
with:
file: "Dockerfile"
file: "examples/fixtures/Dockerfile"
context: "examples/fixtures/"
platforms: "amd64,arm64"
tags: "localhost:5000/image:latest"
Expand Down

0 comments on commit 59be6b0

Please sign in to comment.