Skip to content

Commit ce7e1da

Browse files
Update docker/metadata-action digest to c299e40
1 parent ce9d934 commit ce7e1da

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-and-push-cross.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
-
3434
name: Extract metadata (tags, labels) for Docker
3535
id: meta
36-
uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5
36+
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5
3737
with:
3838
images: |
3939
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}-cross

.github/workflows/build-and-push-qemu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
-
3535
name: Extract metadata (tags, labels) for Docker
3636
id: meta
37-
uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804
37+
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051
3838
with:
3939
images: |
4040
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}-qemu

.github/workflows/build-and-push-runners.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
-
3232
name: Extract metadata (tags, labels) for Docker
3333
id: meta
34-
uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5
34+
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5
3535
with:
3636
images: |
3737
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}-runner
@@ -83,7 +83,7 @@ jobs:
8383
-
8484
name: Extract metadata (tags, labels) for Docker
8585
id: meta
86-
uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5
86+
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5
8787
with:
8888
images: |
8989
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}-runner

.github/workflows/build-and-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
-
3232
name: Extract metadata (tags, labels) for Docker
3333
id: meta
34-
uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5
34+
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5
3535
with:
3636
images: |
3737
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}-simple

0 commit comments

Comments
 (0)