Skip to content

Commit

Permalink
feat: update builld action
Browse files Browse the repository at this point in the history
  • Loading branch information
npv2k1 committed Feb 1, 2024
1 parent 9bceb14 commit becb56d
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .github/workflows/build-dev-container.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'build'
name: 'Build dev container'
on: # rebuild any PRs and main branch changes
pull_request:
push:
Expand All @@ -10,16 +10,14 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Checkout (GitHub)
uses: actions/checkout@v3

- name: Set up QEMU for multi-architecture builds
uses: docker/setup-qemu-action@v2

- name: Setup Docker buildx for multi-architecture builds
uses: docker/setup-buildx-action@v2
with:
use: true
- name: Checkout
uses: actions/checkout@v4

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

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

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
Expand Down

0 comments on commit becb56d

Please sign in to comment.