From ed82c6385ddf48c24bfb3e1068278735ecd1b9ab Mon Sep 17 00:00:00 2001 From: Lars Gohr Date: Thu, 30 Mar 2023 04:47:09 +0200 Subject: [PATCH] Updated elgohr/Publish-Docker-Github-Action to a supported version (v5) --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 3f9aa43..eb6e538 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -16,7 +16,7 @@ jobs: run: echo $GITHUB_SHA shell: bash - name: - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@v5 with: name: prokaktus/programming.monster/repository username: ${{ github.actor }}