diff --git a/.github/workflows/container-build.yml b/.github/workflows/container-build.yml index cc03c0b227..85adacf3ca 100644 --- a/.github/workflows/container-build.yml +++ b/.github/workflows/container-build.yml @@ -84,7 +84,7 @@ jobs: # Compute metadata - name: Extract metadata id: meta - uses: docker/metadata-action@9dc751fe249ad99385a2583ee0d084c400eee04e # v5.4.0 + uses: docker/metadata-action@dbef88086f6cef02e264edb7dbf63250c17cef6c # v5.5.0 with: images: bunkerity/${{ inputs.IMAGE }} # Build cached image diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index 69109b98b6..ad70387e20 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -135,7 +135,7 @@ jobs: - name: Extract metadata if: inputs.TEST == true id: meta - uses: docker/metadata-action@9dc751fe249ad99385a2583ee0d084c400eee04e # v5.4.0 + uses: docker/metadata-action@dbef88086f6cef02e264edb7dbf63250c17cef6c # v5.5.0 with: images: ghcr.io/bunkerity/${{ inputs.LINUX }}-tests:${{ inputs.RELEASE }} - name: Build test image diff --git a/.github/workflows/push-docker.yml b/.github/workflows/push-docker.yml index 05fa5d7be9..5a5ab655c1 100644 --- a/.github/workflows/push-docker.yml +++ b/.github/workflows/push-docker.yml @@ -63,7 +63,7 @@ jobs: # Compute metadata - name: Extract metadata id: meta - uses: docker/metadata-action@9dc751fe249ad99385a2583ee0d084c400eee04e # v5.4.0 + uses: docker/metadata-action@dbef88086f6cef02e264edb7dbf63250c17cef6c # v5.5.0 with: images: bunkerity/${{ inputs.IMAGE }} # Build and push