From 6e3a42a3ea3e00405bac57f6c2954e78717ea546 Mon Sep 17 00:00:00 2001 From: Lars Gohr Date: Wed, 29 Mar 2023 07:50:44 +0200 Subject: [PATCH] Updated elgohr/Publish-Docker-Github-Action to a supported version (v5) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 469843f..ef2170e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -51,7 +51,7 @@ jobs: uses: actions/checkout@v1 - name: Build and Push - uses: elgohr/Publish-Docker-Github-Action@2.16 + uses: elgohr/Publish-Docker-Github-Action@v5 with: name: ${{ steps.get_owner.outputs.owner }}/image-manager username: ${{ secrets.DOCKER_USERNAME }}