diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index f3a87cd2..00a3a9cb 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@v5.3.0 + uses: docker/metadata-action@v5.4.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@v5.3.0 + uses: docker/metadata-action@v5.4.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@v5.3.0 + uses: docker/metadata-action@v5.4.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@v5.3.0 + uses: docker/metadata-action@v5.4.0 with: images: ghcr.io/${{ github.repository }} tags: |