Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
reevejd committed Sep 22, 2023
1 parent 82e6084 commit 0169d6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,13 +224,13 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y skopeo

- name: Load OCI Image with Skopeo
run: skopeo copy oci:./image.oci docker-daemon:${{ inputs.image }}@${{ steps.build-push.outputs.digest }}
run: skopeo copy oci:./image.oci docker-daemon:${{ steps.meta.outputs.tags }}

- name: Push Docker image
uses: docker/build-push-action@v2
with:
push: true
tags: ${{ env.DOCKER_USERNAME }}/${{ env.IMAGE_NAME }}:latest
tags: ${{ steps.meta.outputs.tags }}

- uses: anchore/sbom-action@v0
if: ${{ inputs.push }}
Expand Down

0 comments on commit 0169d6c

Please sign in to comment.