From 0ce6218705c1502bbdd16ae6af384a576192c598 Mon Sep 17 00:00:00 2001 From: Lars Gohr Date: Fri, 30 Dec 2022 22:36:43 +0100 Subject: [PATCH] Updated elgohr/Publish-Docker-Github-Action to a supported version (v5) --- .github/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 91c0be5..ec126cc 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v1 - name: Publish latest image - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@v5 with: name: gieseladev/wamplius username: ${{ secrets.DOCKER_USERNAME }} @@ -18,7 +18,7 @@ jobs: - if: contains(github.ref, 'refs/tags/v') name: Publish tagged image - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@v5 with: name: gieseladev/wamplius username: ${{ secrets.DOCKER_USERNAME }}