File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4040 make build-static-ci
4141
4242 - name : publish
43- uses : elgohr/Publish-Docker-Github-Action@v4
43+ uses : elgohr/Publish-Docker-Github-Action@v5
4444 with :
4545 name : target/vela-worker
4646 cache : true
4949 password : ${{ secrets.DOCKER_PASSWORD }}
5050
5151 - name : publish-alpine
52- uses : elgohr/Publish-Docker-Github-Action@v4
52+ uses : elgohr/Publish-Docker-Github-Action@v5
5353 with :
5454 name : target/vela-worker
5555 cache : true
Original file line number Diff line number Diff line change @@ -34,15 +34,15 @@ jobs:
3434 make build-static-ci
3535
3636 - name : publish
37- uses : elgohr/Publish-Docker-Github-Action@v4
37+ uses : elgohr/Publish-Docker-Github-Action@v5
3838 with :
3939 name : target/vela-worker
4040 cache : true
4141 username : ${{ secrets.DOCKER_USERNAME }}
4242 password : ${{ secrets.DOCKER_PASSWORD }}
4343
4444 - name : publish-alpine
45- uses : elgohr/Publish-Docker-Github-Action@v4
45+ uses : elgohr/Publish-Docker-Github-Action@v5
4646 with :
4747 name : target/vela-worker
4848 cache : true
You can’t perform that action at this time.
0 commit comments