Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoin committed Mar 9, 2024
1 parent 2791ad2 commit d4d26cf
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d4d26cf

Please sign in to comment.