We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76ba025 commit 818abaaCopy full SHA for 818abaa
.github/workflows/docker.yaml
@@ -42,7 +42,7 @@ jobs:
42
43
- name: Extract metadata (tags, labels) for Docker
44
id: meta
45
- uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
+ uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
46
with:
47
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
48
tags: ${{ inputs.docker_tags}}
@@ -51,7 +51,7 @@ jobs:
51
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
52
53
- name: Build and push Docker image
54
- uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
+ uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
55
56
context: .
57
platforms: linux/amd64,linux/arm64
0 commit comments