From f13b019dc43cbb0e2c86722aaa64eb08ac4feacc Mon Sep 17 00:00:00 2001 From: Lars Gohr Date: Thu, 30 Mar 2023 17:32:26 +0200 Subject: [PATCH] Updated elgohr/Publish-Docker-Github-Action to a supported version (v5) --- .github/workflows/production-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/production-deploy.yml b/.github/workflows/production-deploy.yml index 57814d5..f6916e6 100644 --- a/.github/workflows/production-deploy.yml +++ b/.github/workflows/production-deploy.yml @@ -18,7 +18,7 @@ jobs: run: | echo "setting variables" echo "::set-output name=sha_short::$(git rev-parse --short HEAD)" - - uses: elgohr/Publish-Docker-Github-Action@master + - uses: elgohr/Publish-Docker-Github-Action@v5 with: username: tattletech password: ${{ secrets.DOCKER_PASSWORD }}