Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 1420de3

Browse files
authored
Downgrade BuildKit, move to ghcr.io for images
related issue: docker/build-push-action#761
1 parent 1d7ba5c commit 1420de3

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

.github/workflows/release.yaml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,17 @@ jobs:
1818
1919
- name: Setup Docker Buildx
2020
uses: docker/setup-buildx-action@v2
21+
with:
22+
# https://github.com/docker/build-push-action/issues/761
23+
driver-opts:
24+
image=moby/buildkit:v0.10.6
2125

2226
- name: Login into GitHub Container Registry
2327
uses: docker/login-action@v2
2428
with:
25-
registry: registry.floofy.dev
26-
username: august
27-
password: ${{ secrets.DOCKER_PASSWORD }}
29+
registry: ghcr.io
30+
username: charted-dev
31+
password: ${{ secrets.GITHUB_TOKEN }}
2832

2933
- name: Build and push
3034
uses: docker/build-push-action@v3
@@ -34,5 +38,5 @@ jobs:
3438
platforms: linux/amd64
3539
push: true
3640
tags: |
37-
registry.floofy.dev/charted/devcontainer:${{steps.tag.outputs.version}},
38-
registry.floofy.dev/charted/devcontainer:latest
41+
ghcr.io/charted-dev/devcontainer:${{steps.tag.outputs.version}},
42+
ghcr.io/charted-dev/devcontainer:latest

0 commit comments

Comments
 (0)