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 aa0b85d commit 40d7cc6Copy full SHA for 40d7cc6
2 files changed
.github/workflows/bake.yaml
@@ -52,7 +52,7 @@ jobs:
52
platforms: 'arm64'
53
54
- name: Set up Docker Buildx
55
- uses: docker/setup-buildx-action@18ce135bb5112fa8ce4ed6c17ab05699d7f3a5e0 # v3
+ uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
56
57
- name: Build and push
58
uses: docker/bake-action@37816e747588cb137173af99ab33873600c46ea8 # v6
.github/workflows/build.yml
@@ -65,7 +65,7 @@ jobs:
65
echo "TAGS=${RESULT%,}" >> $GITHUB_ENV
66
67
68
69
70
- name: Log in to the GitHub Container registry
71
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
0 commit comments