Skip to content

Commit

Permalink
Merge branch 'main' into react
Browse files Browse the repository at this point in the history
  • Loading branch information
Marukome0743 authored Feb 6, 2024
2 parents 19084cb + 1acf523 commit 8eea9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=${{ env.REPOSITORY }}:main
cache-to: type=inline
outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=caravan-kidstec multi-arch image
outputs: ${{ github.event_name == 'push' && 'type=image,name=target,annotation-index.org.opencontainers.image.description=caravan-kidstec multi-arch image' }}
provenance: false

- name: Docker Scout
Expand Down

0 comments on commit 8eea9cf

Please sign in to comment.