Skip to content

Commit

Permalink
Fix tags in test version
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd committed May 13, 2024
1 parent 08f9623 commit b74274d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-publish-fenics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
context: "{{defaultContext}}:${{ github.event.inputs.image_name }}"
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 }}
platforms: linux/amd64
tags: ${{ steps.meta-testing.outputs.tags }}
labels: ${{ steps.meta-testing.outputs.labels }}
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ github.event.inputs.image_name }}:${{ github.event.inputs.release_tag }}
cache-to: type=inline
Expand Down

0 comments on commit b74274d

Please sign in to comment.