We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3792406 commit 94cc6d1Copy full SHA for 94cc6d1
.github/workflows/docker-publish.yml
@@ -28,7 +28,7 @@ jobs:
28
- uses: actions/checkout@v4
29
30
- name: Setup Docker buildx
31
- uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5
+ uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca
32
33
- name: Run tests
34
run: |
@@ -49,7 +49,7 @@ jobs:
49
50
51
52
53
54
- name: Log into GitHub Container Registry
55
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
0 commit comments