Skip to content

Commit 335939f

Browse files
chore(deps): update elgohr/publish-docker-github-action action to v5
1 parent b50e19f commit 335939f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/prerelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
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
@@ -49,7 +49,7 @@ jobs:
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

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)