We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4e3761 commit fe61859Copy full SHA for fe61859
.github/workflows/ci.yaml
@@ -31,7 +31,7 @@ jobs:
31
32
steps:
33
- name: Setup Docker Buildx
34
- uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3
+ uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3
35
with:
36
version: ${{ env.DOCKER_BUILDX_VERSION }}
37
install: true
@@ -52,7 +52,7 @@ jobs:
52
BUILD_ARGS: "--load"
53
54
- name: Publish Artifacts to GitHub
55
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
+ uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
56
57
name: output
58
path: _output/**
0 commit comments