Bump the ci-dependencies group across 1 directory with 2 updates #105
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Image Build and Push" | ||
on: | ||
push: | ||
branches: | ||
- main | ||
tags: | ||
- v* | ||
pull_request: | ||
permissions: | ||
contents: read | ||
packages: write | ||
# This is used to complete the identity challenge with sigstore/fulcio. | ||
id-token: write | ||
jobs: | ||
build-push: | ||
uses: darbiadev/.github/.github/workflows/docker-build-push.yaml@e3ebedcaeee8d40bdb7ef569dacd74829ab0c368 # v14.0.0 | ||
Check failure on line 20 in .github/workflows/image-build-push.yaml GitHub Actions / .github/workflows/image-build-push.yamlInvalid workflow file
|