diff --git a/.github/workflows/default_on_push.yml b/.github/workflows/default_on_push.yml index e21ec18c..49c80449 100644 --- a/.github/workflows/default_on_push.yml +++ b/.github/workflows/default_on_push.yml @@ -63,7 +63,7 @@ jobs: submodules: recursive - name: Prepare tags id: prep - uses: crazy-max/ghaction-docker-meta@v2.2.0 + uses: crazy-max/ghaction-docker-meta@v2.2.1 with: images: | ${{ secrets.DOCKER_REPOSITORY }} diff --git a/.github/workflows/scheduled_builds.yml b/.github/workflows/scheduled_builds.yml index ee4f1bd5..5b8545c7 100644 --- a/.github/workflows/scheduled_builds.yml +++ b/.github/workflows/scheduled_builds.yml @@ -15,7 +15,7 @@ jobs: submodules: recursive - name: Prepare tags id: prep - uses: crazy-max/ghaction-docker-meta@v2.2.0 + uses: crazy-max/ghaction-docker-meta@v2.2.1 with: images: | ${{ secrets.DOCKER_REPOSITORY }}