diff --git a/.github/workflows/cron-docker-image.yml b/.github/workflows/cron-docker-image.yml index c8424c0..b60ef19 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@v4 + uses: docker/metadata-action@v5 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 75e7510..10edda6 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@v4 + uses: docker/metadata-action@v5 with: # list of Docker images to use as base name for tags images: |