diff --git a/.github/workflows/default_on_push.yml b/.github/workflows/default_on_push.yml index 49c80449..dd0f7cd1 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.1 + uses: crazy-max/ghaction-docker-meta@v2.3.0 with: images: | ${{ secrets.DOCKER_REPOSITORY }} diff --git a/.github/workflows/scheduled_builds.yml b/.github/workflows/scheduled_builds.yml index 5b8545c7..fd4c8c2d 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.1 + uses: crazy-max/ghaction-docker-meta@v2.3.0 with: images: | ${{ secrets.DOCKER_REPOSITORY }}