From a4a4795231df60ae163ff105d050b423c6deee99 Mon Sep 17 00:00:00 2001 From: Lars Gohr Date: Tue, 28 Mar 2023 02:49:46 +0200 Subject: [PATCH] Updated elgohr/Publish-Docker-Github-Action to a supported version (v5) --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 84be84b..56c8885 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@master - name: Publish to Docker Hub - uses: elgohr/Publish-Docker-Github-Action@2.18 + uses: elgohr/Publish-Docker-Github-Action@v5 with: name: muncs/discordauth username: ${{ secrets.DOCKER_USERNAME }}