diff --git a/.github/workflows/default_on_push.yml b/.github/workflows/default_on_push.yml index 6bf26c08..7983e312 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.3.0 + uses: crazy-max/ghaction-docker-meta@v2.4.0 with: images: | ${{ secrets.DOCKER_REPOSITORY }} diff --git a/.github/workflows/scheduled_builds.yml b/.github/workflows/scheduled_builds.yml index fd4c8c2d..adf75587 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.3.0 + uses: crazy-max/ghaction-docker-meta@v2.4.0 with: images: | ${{ secrets.DOCKER_REPOSITORY }}