Bump python from 17d62d6
to c499230
#177
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: "Docker 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@5f704c2b5aa4a48d52e37e40ba540b15620e45b5 # v1.1.2 |