Update docker-publish.yml

This commit is contained in:
Wavering Ana 2025-05-11 19:20:22 -04:00 committed by GitHub
parent 14d0c90510
commit e98307679b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,8 +26,7 @@ env:
jobs: jobs:
build: build:
runs-on: self-hosted
runs-on: ubuntu-latest
permissions: permissions:
contents: read contents: read
packages: write packages: write
@ -43,9 +42,9 @@ jobs:
# https://github.com/sigstore/cosign-installer # https://github.com/sigstore/cosign-installer
- name: Install cosign - name: Install cosign
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@v3.7.0 uses: sigstore/cosign-installer@v3.8.1
with: with:
cosign-release: 'v2.4.1' cosign-release: 'v2.4.3'
# Workaround: https://github.com/docker/build-push-action/issues/461 # Workaround: https://github.com/docker/build-push-action/issues/461