Skip to content

Commit

Permalink
ci: update job and step names
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Sep 28, 2024
1 parent 5156cc8 commit df9a352
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/prebuild-devcontainers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,16 @@ concurrency:

jobs:
build:
name: Build and push devcontainer
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3

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

- name: Setup Docker buildx for multi-architecture builds
- name: Setup Docker buildx
uses: docker/setup-buildx-action@v3
with:
use: true
Expand Down

0 comments on commit df9a352

Please sign in to comment.