Skip to content

Commit

Permalink
docker build paramter name change to file
Browse files Browse the repository at this point in the history
  • Loading branch information
womullan committed Aug 19, 2024
1 parent 43f0449 commit c99fa7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
dockerfile: Dockerfile.obsloctap
file: Dockerfile.obsloctap
push: true
tags: |
ghcr.io/lsst-dm/obsloctap:${{ steps.vars.outputs.tag }}
Expand All @@ -104,7 +104,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
dockerfile: Dockerfile.consume-kafka
file: Dockerfile.consume-kafka
push: true
tags: |
ghcr.io/lsst-dm/consume-kafka:${{ steps.vars.outputs.tag }}
Expand Down

0 comments on commit c99fa7e

Please sign in to comment.