From f9049c8275183bd46d82f164c36d2375a82ba2bc Mon Sep 17 00:00:00 2001 From: Lars Gohr Date: Tue, 28 Mar 2023 01:57:12 +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 a4ef2f1..24f8ec3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@master - name: Publish to Registry - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@v5 with: name: hansegucker/tinventory username: ${{ secrets.DOCKER_USERNAME }}