Skip to content

Commit c240bd5

Browse files
committed
fmt
1 parent a045e72 commit c240bd5

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/docker-publish.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,21 @@ name: Docker
66
# documentation.
77

88
on:
9-
schedule:
10-
- cron: '42 1 * * *'
119
push:
12-
branches: [ "master" ]
10+
branches: ["master"]
1311
# Publish semver tags as releases.
14-
tags: [ 'v*.*.*' ]
12+
tags: ["v*.*.*"]
1513
pull_request:
16-
branches: [ "master" ]
14+
branches: ["master"]
1715

1816
env:
1917
# Use docker.io for Docker Hub if empty
2018
REGISTRY: ghcr.io
2119
# github.repository as <account>/<repo>
2220
IMAGE_NAME: ${{ github.repository }}
2321

24-
2522
jobs:
2623
build:
27-
2824
runs-on: ubuntu-latest
2925
permissions:
3026
contents: read
@@ -43,7 +39,7 @@ jobs:
4339
if: github.event_name != 'pull_request'
4440
uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 #v3.5.0
4541
with:
46-
cosign-release: 'v2.2.4'
42+
cosign-release: "v2.2.4"
4743

4844
# Set up BuildKit Docker container builder to be able to build
4945
# multi-platform images and export cache

0 commit comments

Comments
 (0)