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 1f63ba7 commit fab69c2Copy full SHA for fab69c2
.github/workflows/ci.yaml
@@ -33,7 +33,7 @@ jobs:
33
34
steps:
35
- name: Setup Docker Buildx
36
- uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3
+ uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3
37
with:
38
version: ${{ env.DOCKER_BUILDX_VERSION }}
39
install: true
@@ -54,7 +54,7 @@ jobs:
54
BUILD_ARGS: "--load"
55
56
- name: Publish Artifacts to GitHub
57
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
+ uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
58
59
name: output
60
path: _output/**
0 commit comments