Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd committed May 13, 2024
1 parent c3742a8 commit 08f9623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish-fenics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: "{{defaultContext}}:${{ github.event.inputs.image_name }}"
push: fasle
push: false
load: true
platforms: linux/amd64 #,linux/arm64
tags: ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ github.event.inputs.image_name }}:${{ github.event.inputs.release_tag }}
Expand Down

0 comments on commit 08f9623

Please sign in to comment.