File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
16
16
# https://github.com/FiloSottile/mkcert#installation
17
17
- name : Install and setup mkcert
34
34
35
35
# https://github.com/marketplace/actions/build-and-push-docker-images
36
36
- name : Build the Docker image
37
- uses : docker/build-push-action@v4
37
+ uses : docker/build-push-action@v5
38
38
with :
39
39
context : .
40
40
tags : macbre/nginx
Original file line number Diff line number Diff line change 15
15
runs-on : " ubuntu-20.04"
16
16
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
20
20
# https://github.com/marketplace/actions/push-to-ghcr
21
21
- name : Build and publish a Docker image for macbre/nginx-http3
You can’t perform that action at this time.
0 commit comments