diff --git a/.github/workflows/default_on_push.yml b/.github/workflows/default_on_push.yml index cc1dffea..3bdbd343 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.5.0 + uses: docker/metadata-action@v3 with: images: | ${{ secrets.DOCKER_REPOSITORY }} diff --git a/.github/workflows/scheduled_builds.yml b/.github/workflows/scheduled_builds.yml index ecd83e7f..7eeade6d 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.5.0 + uses: docker/metadata-action@v3 with: images: | ${{ secrets.DOCKER_REPOSITORY }}