From 01067e37f8f3aa4ec9f8df52d65434eaa70a027f Mon Sep 17 00:00:00 2001 From: Lars Gohr Date: Fri, 30 Dec 2022 22:46:10 +0100 Subject: [PATCH] Updated elgohr/Publish-Docker-Github-Action to a supported version (v5) --- .github/workflows/build-base-extra.yaml | 2 +- .github/workflows/build-base.yaml | 2 +- .github/workflows/build-facilebio.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-base-extra.yaml b/.github/workflows/build-base-extra.yaml index 3279de8..72319e9 100644 --- a/.github/workflows/build-base-extra.yaml +++ b/.github/workflows/build-base-extra.yaml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@master - name: Publish base-extra to Docker Hub - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@v5 with: name: facilebio/facilebio_base_extra username: ${{ secrets.DOCKER_USERNAME }} diff --git a/.github/workflows/build-base.yaml b/.github/workflows/build-base.yaml index 4a7f30c..8104612 100644 --- a/.github/workflows/build-base.yaml +++ b/.github/workflows/build-base.yaml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@master - name: Publish base to Docker Hub - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@v5 with: name: facilebio/facilebio_base username: ${{ secrets.DOCKER_USERNAME }} diff --git a/.github/workflows/build-facilebio.yaml b/.github/workflows/build-facilebio.yaml index d2730f7..f4cb3b1 100644 --- a/.github/workflows/build-facilebio.yaml +++ b/.github/workflows/build-facilebio.yaml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@master - name: Publish facilebio to Docker Hub - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@v5 with: name: facilebio/facilebio username: ${{ secrets.DOCKER_USERNAME }}