Skip to content

Commit eaa7a45

Browse files
committed
Update workflows
Signed-off-by: Stephen Finucane <[email protected]>
1 parent 7d580ba commit eaa7a45

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/publish-image.yaml

+2-4
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,15 @@ name: Publish container image
33
on:
44
push:
55
pull_request:
6-
schedule:
7-
- cron: '30 0 * * 1'
86
jobs:
97
push_to_registry:
108
name: Push container image to GitHub Container Registry
119
runs-on: ubuntu-latest
1210
steps:
1311
- name: Check out the repo
14-
uses: actions/checkout@v2
12+
uses: actions/checkout@v3
1513
- name: Build and push container image
16-
uses: docker/build-push-action@v1
14+
uses: docker/build-push-action@v3
1715
with:
1816
registry: ghcr.io
1917
username: ${{ github.actor }}

0 commit comments

Comments
 (0)