File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- name : ci
1
+ name : ci-staging
2
2
3
3
on :
4
4
push :
@@ -10,19 +10,19 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v3
13
+ uses : actions/checkout@v4
14
14
- name : Set up QEMU
15
- uses : docker/setup-qemu-action@v2
15
+ uses : docker/setup-qemu-action@v3
16
16
- name : Set up Docker Buildx
17
- uses : docker/setup-buildx-action@v2
17
+ uses : docker/setup-buildx-action@v3
18
18
- name : Login to GitHub Container Registry
19
- uses : docker/login-action@v2
19
+ uses : docker/login-action@v3
20
20
with :
21
21
registry : ghcr.io
22
22
username : ${{ github.actor }}
23
23
password : ${{ secrets.GITHUB_TOKEN }}
24
24
- name : Build and push
25
- uses : docker/build-push-action@v4
25
+ uses : docker/build-push-action@v5
26
26
with :
27
27
context : .
28
28
push : true
You can’t perform that action at this time.
0 commit comments