Skip to content

Commit 26de500

Browse files
authored
Merge pull request #60 from elgohr-update/master
Updated elgohr/Publish-Docker-Github-Action to a supported version (v5)
2 parents a3c4488 + 04fa032 commit 26de500

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-client-docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313

1414
- name: Run Tests
15-
uses: elgohr/Publish-Docker-Github-Action@master
15+
uses: elgohr/Publish-Docker-Github-Action@v5
1616
env:
1717
RUN_TESTS: true
1818
with:

.github/workflows/deploy-relay-server.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
RUST_LOG: debug
2020

2121
- name: Publish to Docker Hub
22-
uses: elgohr/Publish-Docker-Github-Action@master
22+
uses: elgohr/Publish-Docker-Github-Action@v5
2323
with:
2424
name: timetoogo/tunshell-relay
2525
dockerfile: tunshell-server/docker/prod.Dockerfile

0 commit comments

Comments
 (0)