diff --git a/.github/workflows/build-docker-open-data.yml b/.github/workflows/build-docker-open-data.yml index cfdcd610..09df1956 100644 --- a/.github/workflows/build-docker-open-data.yml +++ b/.github/workflows/build-docker-open-data.yml @@ -82,7 +82,7 @@ jobs: password: ${{ github.token }} - name: Docker meta id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: images: | vabene1111/recipes diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index 1b2af541..8c29b9fe 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -66,7 +66,7 @@ jobs: password: ${{ github.token }} - name: Docker meta id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: images: | vabene1111/recipes