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 bbb157f commit d8763dbCopy full SHA for d8763db
.github/workflows/cd.yml
@@ -57,7 +57,7 @@ jobs:
57
fi
58
-
59
name: Build Docker images
60
- uses: docker/bake-action@v5
+ uses: docker/bake-action@v6
61
with:
62
# push and load may not be set together
63
# must push manually in a next step
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
uses: docker/setup-buildx-action@v3
45
46
47
48
49
pull: true
50
load: true
@@ -143,7 +143,7 @@ jobs:
143
run: echo "AUTH_SECRET=$(openssl rand -hex 32)" >> $GITHUB_ENV
144
145
name: Build Docker Images
146
147
148
149
0 commit comments