From cdff774beeea0f31d111347d71e3b640f3b84cf7 Mon Sep 17 00:00:00 2001 From: Lars Gohr Date: Sat, 31 Dec 2022 00:29:01 +0100 Subject: [PATCH] Updated elgohr/Publish-Docker-Github-Action to a supported version (v5) --- .github/workflows/ci-on-test-env.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-on-test-env.yaml b/.github/workflows/ci-on-test-env.yaml index fed9aaa..efeaa3f 100644 --- a/.github/workflows/ci-on-test-env.yaml +++ b/.github/workflows/ci-on-test-env.yaml @@ -13,7 +13,7 @@ jobs: with: ref: develop - name: Build and Push to docker registry - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@v5 with: name: ayase252/aquarium username: ${{ secrets.DOCKER_USERNAME }}