Commit e719845 1 parent bb277c2 commit e719845 Copy full SHA for e719845
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,21 +16,21 @@ jobs:
16
16
run : echo "IMAGE_TAG=$(git log -1 --pretty=%h)" >> $GITHUB_ENV
17
17
-
18
18
name : Login to GitHub Container Registry
19
- uses : docker/login-action@v1
19
+ uses : docker/login-action@v3
20
20
with :
21
21
registry : ghcr.io
22
22
username : ${{ secrets.GH_USERNAME }}
23
23
password : ${{ secrets.GITHUB_TOKEN }}
24
24
-
25
25
name : Login to Docker Hub
26
- uses : docker/login-action@v1
26
+ uses : docker/login-action@v3
27
27
with :
28
28
username : ${{ secrets.DOCKERHUB_USERNAME }}
29
29
password : ${{ secrets.DOCKERHUB_TOKEN }}
30
30
-
31
31
name : Build and push
32
32
id : docker_build
33
- uses : docker/build-push-action@v2
33
+ uses : docker/build-push-action@v5
34
34
with :
35
35
platforms : linux/amd64
36
36
push : true
You can’t perform that action at this time.
0 commit comments