diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 831199ac..42e49643 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -42,7 +42,7 @@ jobs: - name: Extract Docker metadata if: env.PUSH == 'true' id: meta - uses: docker/metadata-action@v4.6.0 + uses: docker/metadata-action@v5.0.0 with: images: ghcr.io/${{ github.repository }} tags: | @@ -88,7 +88,7 @@ jobs: - name: Extract Docker metadata if: env.PUSH == 'true' id: meta - uses: docker/metadata-action@v4.6.0 + uses: docker/metadata-action@v5.0.0 with: images: ghcr.io/${{ github.repository }} tags: | @@ -129,7 +129,7 @@ jobs: - name: Extract Docker metadata if: env.PUSH == 'true' id: meta - uses: docker/metadata-action@v4.6.0 + uses: docker/metadata-action@v5.0.0 with: images: ghcr.io/${{ github.repository }} tags: | @@ -169,7 +169,7 @@ jobs: - name: Extract Docker metadata if: env.PUSH == 'true' id: meta - uses: docker/metadata-action@v4.6.0 + uses: docker/metadata-action@v5.0.0 with: images: ghcr.io/${{ github.repository }} tags: |