Skip to content

Commit 25387f7

Browse files
committed
Revert to docker/bake-action@v5.5.0 to see if that resolves issue.
1 parent 4c4d003 commit 25387f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
100100
- if: github.event_name == 'push'
101101
name: Build and push (non PR)
102-
uses: docker/bake-action@v5.10.0
102+
uses: docker/bake-action@v5.5.0
103103
env:
104104
BLUE_ROS_DISTRO: ${{ matrix.ROS_DISTRO }}
105105
BLUE_GITHUB_REPO: ${{ steps.lowercase-repo.outputs.repository }}
@@ -119,7 +119,7 @@ jobs:
119119
# Pull request builds are not cached; and only built for AMD64
120120
- if: github.event_name == 'pull_request'
121121
name: Build and push (PR)
122-
uses: docker/bake-action@v5.10.0
122+
uses: docker/bake-action@v5.5.0
123123
env:
124124
BLUE_ROS_DISTRO: ${{ matrix.ROS_DISTRO }}
125125
BLUE_GITHUB_REPO: ${{ steps.lowercase-repo.outputs.repository }}

0 commit comments

Comments
 (0)