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 }}