From 5cb9c2fc1b6ce27e4e9603f77a86682da435ae9d Mon Sep 17 00:00:00 2001 From: Lars Gohr Date: Wed, 29 Mar 2023 23:39:25 +0200 Subject: [PATCH] Updated elgohr/Publish-Docker-Github-Action to a supported version (v5) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ec2232c..bfc25eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: with: ref: ${{ github.ref }} - name: Build and push to Docker Hub - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@v5 with: name: melvinkcx/rds_pgpool username: ${{ secrets.DOCKER_USERNAME }}