File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 47
47
run : echo "AUTH_SECRET=$(openssl rand -hex 32)" >> $GITHUB_ENV
48
48
-
49
49
name : Build Docker images
50
- uses : docker/bake-action@v4
50
+ uses : docker/bake-action@v5
51
51
with :
52
52
# push and load may not be set together
53
53
# must push manually in a next step
Original file line number Diff line number Diff line change 31
31
uses : docker/setup-buildx-action@v3
32
32
-
33
33
name : Build Docker images
34
- uses : docker/bake-action@v4
34
+ uses : docker/bake-action@v5
35
35
with :
36
36
pull : true
37
37
load : true
@@ -120,7 +120,7 @@ jobs:
120
120
run : echo "AUTH_SECRET=$(openssl rand -hex 32)" >> $GITHUB_ENV
121
121
-
122
122
name : Build Docker Images
123
- uses : docker/bake-action@v4
123
+ uses : docker/bake-action@v5
124
124
with :
125
125
pull : true
126
126
load : true
You can’t perform that action at this time.
0 commit comments