We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d580ba commit eaa7a45Copy full SHA for eaa7a45
.github/workflows/publish-image.yaml
@@ -3,17 +3,15 @@ name: Publish container image
3
on:
4
push:
5
pull_request:
6
- schedule:
7
- - cron: '30 0 * * 1'
8
jobs:
9
push_to_registry:
10
name: Push container image to GitHub Container Registry
11
runs-on: ubuntu-latest
12
steps:
13
- name: Check out the repo
14
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
15
- name: Build and push container image
16
- uses: docker/build-push-action@v1
+ uses: docker/build-push-action@v3
17
with:
18
registry: ghcr.io
19
username: ${{ github.actor }}
0 commit comments