Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated elgohr/Publish-Docker-Github-Action to a supported version (v5) #1

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/cdkey-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v2
- name: Deploy CDKey to staging
if: github.ref == 'refs/heads/candidate'
uses: elgohr/Publish-Docker-Github-Action@2.12
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: gameprogressive/cdkey
username: ${{ secrets.DOCKER_HUB_USER }}
Expand All @@ -45,7 +45,7 @@ jobs:
dockerfile: ./Servers/CDKey/Dockerfile
- name: Deploy CDKey to production
if: github.ref == 'refs/heads/master'
uses: elgohr/Publish-Docker-Github-Action@2.12
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: gameprogressive/cdkey
username: ${{ secrets.DOCKER_HUB_USER }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/chat-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v2
- name: Deploy Chat to staging
if: github.ref == 'refs/heads/candidate'
uses: elgohr/Publish-Docker-Github-Action@2.12
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: gameprogressive/chat
username: ${{ secrets.DOCKER_HUB_USER }}
Expand All @@ -45,7 +45,7 @@ jobs:
dockerfile: ./Servers/Chat/Dockerfile
- name: Deploy Chat to production
if: github.ref == 'refs/heads/master'
uses: elgohr/Publish-Docker-Github-Action@2.12
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: gameprogressive/chat
username: ${{ secrets.DOCKER_HUB_USER }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gstats-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v2
- name: Deploy GSTATS to staging
if: github.ref == 'refs/heads/candidate'
uses: elgohr/Publish-Docker-Github-Action@2.12
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: gameprogressive/gstats
username: ${{ secrets.DOCKER_HUB_USER }}
Expand All @@ -45,7 +45,7 @@ jobs:
dockerfile: ./Servers/StatsAndTracking/Dockerfile
- name: Deploy GSTATS to production
if: github.ref == 'refs/heads/master'
uses: elgohr/Publish-Docker-Github-Action@2.12
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: gameprogressive/gstats
username: ${{ secrets.DOCKER_HUB_USER }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/natneg-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v2
- name: Deploy NatNeg to staging
if: github.ref == 'refs/heads/candidate'
uses: elgohr/Publish-Docker-Github-Action@2.12
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: gameprogressive/natneg
username: ${{ secrets.DOCKER_HUB_USER }}
Expand All @@ -45,7 +45,7 @@ jobs:
dockerfile: ./Servers/NatNegotiation/Dockerfile
- name: Deploy NatNeg to production
if: github.ref == 'refs/heads/master'
uses: elgohr/Publish-Docker-Github-Action@2.12
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: gameprogressive/natneg
username: ${{ secrets.DOCKER_HUB_USER }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pcm-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v2
- name: Deploy PCM to staging
if: github.ref == 'refs/heads/candidate'
uses: elgohr/Publish-Docker-Github-Action@2.12
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: gameprogressive/pcm
username: ${{ secrets.DOCKER_HUB_USER }}
Expand All @@ -45,7 +45,7 @@ jobs:
dockerfile: ./Servers/PresenceConnectionManager/Dockerfile
- name: Deploy PCM to production
if: github.ref == 'refs/heads/master'
uses: elgohr/Publish-Docker-Github-Action@2.12
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: gameprogressive/pcm
username: ${{ secrets.DOCKER_HUB_USER }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/psp-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v2
- name: Deploy PSP to staging
if: github.ref == 'refs/heads/candidate'
uses: elgohr/Publish-Docker-Github-Action@2.12
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: gameprogressive/psp
username: ${{ secrets.DOCKER_HUB_USER }}
Expand All @@ -45,7 +45,7 @@ jobs:
dockerfile: ./Servers/PresenceSearchPlayer/Dockerfile
- name: Deploy PSP to production
if: github.ref == 'refs/heads/master'
uses: elgohr/Publish-Docker-Github-Action@2.12
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: gameprogressive/psp
username: ${{ secrets.DOCKER_HUB_USER }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/qr-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v2
- name: Deploy QR to staging
if: github.ref == 'refs/heads/candidate'
uses: elgohr/Publish-Docker-Github-Action@2.12
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: gameprogressive/qr
username: ${{ secrets.DOCKER_HUB_USER }}
Expand All @@ -45,7 +45,7 @@ jobs:
dockerfile: ./Servers/QueryReport/Dockerfile
- name: Deploy QR to production
if: github.ref == 'refs/heads/master'
uses: elgohr/Publish-Docker-Github-Action@2.12
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: gameprogressive/qr
username: ${{ secrets.DOCKER_HUB_USER }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sb-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v2
- name: Deploy SB to staging
if: github.ref == 'refs/heads/candidate'
uses: elgohr/Publish-Docker-Github-Action@2.12
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: gameprogressive/sb
username: ${{ secrets.DOCKER_HUB_USER }}
Expand All @@ -45,7 +45,7 @@ jobs:
dockerfile: ./Servers/ServerBrowser/Dockerfile
- name: Deploy SB to production
if: github.ref == 'refs/heads/master'
uses: elgohr/Publish-Docker-Github-Action@2.12
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: gameprogressive/sb
username: ${{ secrets.DOCKER_HUB_USER }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ws-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v2
- name: Deploy WS to staging
if: github.ref == 'refs/heads/candidate'
uses: elgohr/Publish-Docker-Github-Action@2.12
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: gameprogressive/ws
username: ${{ secrets.DOCKER_HUB_USER }}
Expand All @@ -45,7 +45,7 @@ jobs:
dockerfile: ./Servers/WebServices/Dockerfile
- name: Deploy WS to production
if: github.ref == 'refs/heads/master'
uses: elgohr/Publish-Docker-Github-Action@2.12
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: gameprogressive/ws
username: ${{ secrets.DOCKER_HUB_USER }}
Expand Down