diff --git a/.github/workflows/production-api-server.yml b/.github/workflows/production-api-server.yml index f6590986d..ecc961e8b 100644 --- a/.github/workflows/production-api-server.yml +++ b/.github/workflows/production-api-server.yml @@ -40,7 +40,7 @@ jobs: yarn build - name: Build, tag, and push image to Docker Hub - uses: elgohr/Publish-Docker-Github-Action@2.14 + uses: elgohr/Publish-Docker-Github-Action@v5 env: NODE_ENV: production with: diff --git a/.github/workflows/production-collectors-twitchtv-chat.yml b/.github/workflows/production-collectors-twitchtv-chat.yml index 6b9d87f93..e73c8a62a 100644 --- a/.github/workflows/production-collectors-twitchtv-chat.yml +++ b/.github/workflows/production-collectors-twitchtv-chat.yml @@ -29,7 +29,7 @@ jobs: yarn build - name: Build, tag, and push image to Docker Hub - uses: elgohr/Publish-Docker-Github-Action@2.14 + uses: elgohr/Publish-Docker-Github-Action@v5 with: name: ${{ secrets.DOCKER_USERNAME }}/whiletrue-twitch-chat username: ${{ secrets.DOCKER_USERNAME }} diff --git a/.github/workflows/production-collectors-twitchtv.yml b/.github/workflows/production-collectors-twitchtv.yml index 6975d722b..c05a83939 100644 --- a/.github/workflows/production-collectors-twitchtv.yml +++ b/.github/workflows/production-collectors-twitchtv.yml @@ -23,7 +23,7 @@ jobs: aws-region: ap-northeast-2 - name: Build, tag, and push image to Docker Hub - uses: elgohr/Publish-Docker-Github-Action@2.14 + uses: elgohr/Publish-Docker-Github-Action@v5 with: name: ${{ secrets.DOCKER_USERNAME }}/whiletrue-twitch-collector username: ${{ secrets.DOCKER_USERNAME }} diff --git a/.github/workflows/test-api-server.yml b/.github/workflows/test-api-server.yml index e0f4d37cc..77afc9831 100644 --- a/.github/workflows/test-api-server.yml +++ b/.github/workflows/test-api-server.yml @@ -40,7 +40,7 @@ jobs: yarn build - name: Build, tag, and push image to Docker Hub - uses: elgohr/Publish-Docker-Github-Action@2.14 + uses: elgohr/Publish-Docker-Github-Action@v5 env: NODE_ENV: test with: