File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
16
16
17
17
18
18
- name : Build the container image
19
- uses : docker/build-push-action@v2.5.0
19
+ uses : docker/build-push-action@v3.1.1
20
20
with :
21
21
repository : depviz
22
22
23
23
- name : Push to GitHub Packages
24
- uses : docker/build-push-action@v2.5.0
24
+ uses : docker/build-push-action@v3.1.1
25
25
if : github.event_name == 'release' || github.event_name == 'push'
26
26
with :
27
27
username : ${{ github.actor }}
52
52
if : |
53
53
(github.event_name == 'release' || github.event_name == 'push') &&
54
54
contains(steps.check_dockerhub_credentials.outputs.missingsecrets, 'no')
55
- uses : docker/build-push-action@v2.5.0
55
+ uses : docker/build-push-action@v3.1.1
56
56
with :
57
57
username : ${{ secrets.DOCKER_USERNAME }}
58
58
password : ${{ secrets.DOCKER_PASSWORD }}
You can’t perform that action at this time.
0 commit comments