From a3b4ad857104638d961c1c983d0203cdb1d1a12d Mon Sep 17 00:00:00 2001 From: Lars Gohr Date: Wed, 29 Mar 2023 07:48:24 +0200 Subject: [PATCH] Updated elgohr/Publish-Docker-Github-Action to a supported version (v5) --- .github/workflows/exec_bash_exercise.yml | 2 +- .github/workflows/first_volume_exercise.yml | 2 +- .github/workflows/ports_exercise.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/exec_bash_exercise.yml b/.github/workflows/exec_bash_exercise.yml index 2eb66dc..dd81617 100644 --- a/.github/workflows/exec_bash_exercise.yml +++ b/.github/workflows/exec_bash_exercise.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 - name: Publish to Registry - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@v5 env: SECRET_MESSAGE: ${{ secrets.EXEC_BASH_EXERCISE_SECRET_MESSAGE }} with: diff --git a/.github/workflows/first_volume_exercise.yml b/.github/workflows/first_volume_exercise.yml index 41a8037..db77ad2 100644 --- a/.github/workflows/first_volume_exercise.yml +++ b/.github/workflows/first_volume_exercise.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 - name: Publish to Registry - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@v5 env: SECRET_MESSAGE: ${{ secrets.FIRST_VOLUME_EXERCISE_SECRET_MESSAGE }} with: diff --git a/.github/workflows/ports_exercise.yml b/.github/workflows/ports_exercise.yml index d382a57..8c8355e 100644 --- a/.github/workflows/ports_exercise.yml +++ b/.github/workflows/ports_exercise.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 - name: Publish to Registry - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@v5 with: name: devopsdockeruh/ports_exercise username: ${{ secrets.DOCKER_USERNAME }}