Skip to content

Commit

Permalink
Merge pull request #40 from TalismanSociety/fix/image-push
Browse files Browse the repository at this point in the history
Push images to Docker repo
  • Loading branch information
penumbra23 authored Apr 28, 2024
2 parents c972948 + 78ce28b commit 1b0ef7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
push: false
push: true
build-args: |
HASURA_ENDPOINT=${{ matrix.hasuraUrl }}
SIWS_ENDPOINT=${{ matrix.siwsUrl }}
Expand Down

0 comments on commit 1b0ef7d

Please sign in to comment.