Skip to content

Commit 5dffa91

Browse files
authored
Merge pull request #55 from fatalbanana/fix_buildx
Upgrade buildx plugin on hosted github runner
2 parents def4084 + 2e82d1a commit 5dffa91

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/promote.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ jobs:
3535
promote:
3636
runs-on: "ubuntu-22.04"
3737
steps:
38+
# Can be removed when there'd be 0.30.1+ on GH runners
39+
- name: Upgrade buildx
40+
run: |
41+
docker buildx version
42+
sudo apt-get update
43+
sudo apt-get install -y moby-buildx
44+
docker buildx version
45+
3846
- name: Log in to GHCR
3947
uses: docker/login-action@v3
4048
with:

0 commit comments

Comments
 (0)