mirror of
https://github.com/ivuorinen/actions.git
synced 2026-02-05 22:43:41 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8476cd4675 | ||
|
|
743bd71d90 | ||
|
|
3cfe6722c4 |
@@ -141,7 +141,7 @@ runs:
|
|||||||
|
|
||||||
- name: Set up Cosign
|
- name: Set up Cosign
|
||||||
if: inputs.provenance == 'true'
|
if: inputs.provenance == 'true'
|
||||||
uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3.9.1
|
uses: sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # v3.9.2
|
||||||
|
|
||||||
- name: Publish Image
|
- name: Publish Image
|
||||||
id: publish
|
id: publish
|
||||||
|
|||||||
@@ -151,7 +151,7 @@ runs:
|
|||||||
|
|
||||||
- name: Set up Cosign
|
- name: Set up Cosign
|
||||||
if: inputs.provenance == 'true'
|
if: inputs.provenance == 'true'
|
||||||
uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3.9.1
|
uses: sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # v3.9.2
|
||||||
|
|
||||||
- name: Update Docker Hub Description
|
- name: Update Docker Hub Description
|
||||||
if: inputs.repository-description != '' || inputs.readme-file != ''
|
if: inputs.repository-description != '' || inputs.readme-file != ''
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ runs:
|
|||||||
# ╰──────────────────────────────────────────────────────────╯
|
# ╰──────────────────────────────────────────────────────────╯
|
||||||
- name: Setup Git Config
|
- name: Setup Git Config
|
||||||
id: git-config
|
id: git-config
|
||||||
uses: ivuorinen/actions/set-git-config@c0f919957eb60743682a6e0cd6d454fd4b142ac9 # 25.6.30
|
uses: ivuorinen/actions/set-git-config@3cfe6722c4f81d724c8c6b27be453ff4c6f14ef0 # 25.7.14
|
||||||
|
|
||||||
# ╭──────────────────────────────────────────────────────────╮
|
# ╭──────────────────────────────────────────────────────────╮
|
||||||
# │ Install packages for linting │
|
# │ Install packages for linting │
|
||||||
|
|||||||
Reference in New Issue
Block a user