Skip to content

Commit b58ba8c

Browse files
committed
1 parent a577112 commit b58ba8c

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

.github/workflows/oci-publish.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1-
name: Docker
2-
3-
# This workflow uses actions that are not certified by GitHub.
4-
# They are provided by a third-party and are governed by
5-
# separate terms of service, privacy policy, and support
6-
# documentation.
1+
# https://github.com/white-gecko/oci-publish-template
2+
# v1
3+
name: OCI Publish
74

85
on:
96
push:
107
branches: [ "main" ]
11-
# Publish semver tags as releases.
128
tags: [ 'v*.*.*' ]
139
pull_request:
1410
branches: [ "main" ]
@@ -39,19 +35,19 @@ jobs:
3935
# https://github.com/sigstore/cosign-installer
4036
- name: Install cosign
4137
if: github.event_name != 'pull_request'
42-
uses: sigstore/cosign-installer@v3 #v3.5.0
38+
uses: sigstore/cosign-installer@v3
4339

4440
# Set up BuildKit Docker container builder to be able to build
4541
# multi-platform images and export cache
4642
# https://github.com/docker/setup-buildx-action
4743
- name: Set up Docker Buildx
48-
uses: docker/setup-buildx-action@v3 # v3.0.0
44+
uses: docker/setup-buildx-action@v3
4945

5046
# Login against a Docker registry except on PR
5147
# https://github.com/docker/login-action
5248
- name: Log into registry ${{ env.REGISTRY }}
5349
if: github.event_name != 'pull_request'
54-
uses: docker/login-action@v3 # v3.0.0
50+
uses: docker/login-action@v3
5551
with:
5652
registry: ${{ env.REGISTRY }}
5753
username: ${{ github.actor }}

0 commit comments

Comments
 (0)