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 543670a commit af014abCopy full SHA for af014ab
.github/workflows/docker.yml
@@ -59,7 +59,7 @@ jobs:
59
tags: ${{ env.TAGS_CONFIG }}
60
61
- name: Set up Docker Buildx
62
- uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
+ uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
63
64
- name: Login to DockerHub
65
if: github.event_name == 'push'
@@ -119,7 +119,7 @@ jobs:
119
cp /tmp/digests-linux-arm64/* /tmp/digests/
120
121
122
123
124
- name: Docker meta
125
id: meta
0 commit comments