Skip to content

Commit

Permalink
fix ci job to build production image instead of dev
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokant committed Nov 15, 2023
1 parent f27cc98 commit 98ce94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ env:

jobs:
build:

runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -47,6 +46,7 @@ jobs:
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
with:
context: ${{ matrix.context }}
target: ${{ matrix.target }}
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 98ce94f

Please sign in to comment.