diff --git a/.github/workflows/cron-docker-image.yml b/.github/workflows/cron-docker-image.yml index 788f511..0758aad 100644 --- a/.github/workflows/cron-docker-image.yml +++ b/.github/workflows/cron-docker-image.yml @@ -18,7 +18,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@v5 + uses: docker/metadata-action@v6 with: # list of Docker images to use as base name for tags images: | diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 1978445..23745a1 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -18,7 +18,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@v5 + uses: docker/metadata-action@v6 with: # list of Docker images to use as base name for tags images: |