Skip to content

Commit 878070b

Browse files
authored
Update cron schedule and tag handling in workflow
1 parent 02a62af commit 878070b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Docker
77

88
on:
99
schedule:
10-
- cron: '45 9 * * *'
10+
- cron: '24 19 * * *'
1111
push:
1212
branches: [ "main" ]
1313
# Publish semver tags as releases.
@@ -77,8 +77,7 @@ jobs:
7777
with:
7878
context: .
7979
push: ${{ github.event_name != 'pull_request' }}
80-
# Manually updated version in tags
81-
tags: ghcr.io/gcclinux/easyedit:1.3.8-amd64
80+
tags: ${{ steps.meta.outputs.tags }}
8281
labels: ${{ steps.meta.outputs.labels }}
8382
cache-from: type=gha
8483
cache-to: type=gha,mode=max
@@ -96,4 +95,4 @@ jobs:
9695
DIGEST: ${{ steps.build-and-push.outputs.digest }}
9796
# This step uses the identity token to provision an ephemeral certificate
9897
# against the sigstore community Fulcio instance.
99-
run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
98+
run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}

0 commit comments

Comments
 (0)