diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index 784f99630adc..59a294e37b2f 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -15,13 +15,15 @@ jobs: AWS-AVX2-32G-A10G-24G: name: Build Docker Image runs-on: ubuntu-latest + with: + label: aws-avx2-32G-a10g-24G - steps: - - name: Checkout code - uses: actions/checkout@v3 + steps: + - name: Checkout code + uses: actions/checkout@v3 - - name: Build Docker Image - uses: docker/build-push-action@v2 - with: - context: . - load: true # Ensures image is loaded into Docker daemon but not pushed + - name: Build Docker Image + uses: docker/build-push-action@v2 + with: + context: . + load: true # Ensures image is loaded into Docker daemon but not pushed