From bd5edc0def00955dbfa1475eea9b198d5ef3797d Mon Sep 17 00:00:00 2001 From: Lars Gohr Date: Tue, 28 Mar 2023 04:44:42 +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 92a21427..b5bd92db 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - name: Build and Publish Image to Registry env: BUILD_ARGS: -Icustom-items/inc.dm - uses: elgohr/Publish-Docker-Github-Action@191af57e15535d28b83589e3b5f0c31e76aa8733 + uses: elgohr/Publish-Docker-Github-Action@v5 with: name: ${{ secrets.IMAGE_NAME }} username: ${{ secrets.REG_USER }}