Skip to content

Commit

Permalink
Update build-dev-container.yaml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
npv2k1 committed Feb 2, 2024
1 parent 73d8c4a commit f3ec0e7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-dev-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
# - name: Set up QEMU
# uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226
# - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
Expand All @@ -44,7 +44,7 @@ jobs:
uses: devcontainers/ci@v0.3
with:
subFolder: ${{ matrix.dir }}
imageName: ghcr.io/pnstack/codespace
imageName: ghcr.io/pnstack/codespace/${{ matrix.dir }}
# imageTag: ${{ matrix.dir }}
platform: linux/amd64,linux/arm64
# platform: linux/amd64,linux/arm64
push: always

0 comments on commit f3ec0e7

Please sign in to comment.