Skip to content

Commit

Permalink
Fix build pipeline for first-run images
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Nov 7, 2024
1 parent d477e67 commit c07af4a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ runs:
TNA_DOCKER_IMAGE_SOURCE=${{ github.server_url }}/${{ github.repository }}/blob/main/${{ inputs.dockerfile-location }}/Dockerfile
USER_IMAGE=${{ inputs.user-image }}
push: false
load: true
tags: ${{ steps.generate-tags.outputs.image-id }}:${{ steps.generate-tags.outputs.tag }}
provenance: false
- name: List manifest
run: docker buildx imagetools inspect ${{ steps.generate-tags.outputs.image-id }}:${{ steps.generate-tags.outputs.tag }}
shell: bash

0 comments on commit c07af4a

Please sign in to comment.