Skip to content

Commit

Permalink
base-dev not base.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jellybob committed Dec 11, 2023
1 parent ce43305 commit 2c24ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: ./docker/Dockerfile.base.dev
file: ./docker/Dockerfile.base-dev
platforms: ${{ matrix.platform }}
labels: ${{ steps.dev-meta.outputs.labels }}
outputs: type=image,name=${{ env.DEV_IMAGE }},push-by-digest=true,name-canonical=true,push=true
Expand Down

0 comments on commit 2c24ac2

Please sign in to comment.