Replace direct error comparisons with errors.Is()
for improved comp…
#6
Workflow file for this run
This file contains hidden or 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: Container Builder Shim - release build | |
on: | |
push: | |
tags: | |
- "[0-9]+\\.[0-9]+\\.[0-9]+" | |
jobs: | |
build: | |
if: startsWith(github.ref, 'refs/tags/') | |
name: Invoke build and release | |
uses: ./.github/workflows/common.yml | |
with: | |
publish: true | |
version: ${{ github.ref_name }} | |
permissions: | |
contents: read | |
packages: write |