From 6d8e4d43189af113726dfbe994bb8425731785e6 Mon Sep 17 00:00:00 2001 From: Lars Gohr Date: Tue, 28 Mar 2023 12:31:29 +0200 Subject: [PATCH] Updated elgohr/Publish-Docker-Github-Action to a supported version (v5) --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 34206c6..471bbf8 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -21,7 +21,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: timetoogo/ff username: ${{ secrets.DOCKER_USERNAME }}