File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ jobs:
19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- name : Check out the repo
22
- uses : actions/checkout@v2
22
+ uses : actions/checkout@v4
23
23
24
24
- name : Lowercase repo owner
25
25
id : lowercase_repo_owner
26
- uses : ASzc/change-string-case-action@v1
26
+ uses : ASzc/change-string-case-action@v6
27
27
with :
28
28
string : ${{ github.repository_owner }}
29
29
@@ -50,17 +50,17 @@ jobs:
50
50
echo ::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')
51
51
52
52
- name : Log in to GitHub Container Registry
53
- uses : docker/login-action@v1
53
+ uses : docker/login-action@v3
54
54
with :
55
55
registry : ghcr.io
56
56
username : ${{ github.actor }}
57
57
password : ${{ secrets.GITHUB_TOKEN }}
58
58
59
59
- name : Set up Docker Buildx
60
- uses : docker/setup-buildx-action@v1
60
+ uses : docker/setup-buildx-action@v3
61
61
62
62
- name : Build and push von-network image
63
- uses : docker/build-push-action@v2
63
+ uses : docker/build-push-action@v5
64
64
with :
65
65
context : .
66
66
push : ${{ github.event_name != 'pull_request' }}
You can’t perform that action at this time.
0 commit comments