Skip to content

Commit

Permalink
Update build-images.yaml
Browse files Browse the repository at this point in the history
Update docker/build-push-action@v2 to v5
  • Loading branch information
chris-bateman authored Oct 17, 2023
1 parent 3627491 commit 454dba4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

# Intermediate images used as base images
- name: Build docker-stacks-foundation image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
build-args: |
ROOT_CONTAINER=nvidia/cuda:11.7.1-cudnn8-runtime-ubuntu22.04
Expand All @@ -68,7 +68,7 @@ jobs:
tags: docker-stacks-foundation

- name: Build base-notebook image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
build-args: |
BASE_CONTAINER=docker-stacks-foundation
Expand All @@ -77,7 +77,7 @@ jobs:
tags: base-notebook

- name: Build minimal-notebook image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
build-args: |
BASE_CONTAINER=base-notebook
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
${{ env.SHORT_SHA }}-${{ github.run_number }}
- name: Build and push pipeline-base image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: ./base
push: true
Expand All @@ -132,7 +132,7 @@ jobs:
${{ env.SHORT_SHA }}-${{ github.run_number }}
- name: Build and push pipeline-gpu image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
build-args: |
BASE_CONTAINER=minimal-notebook
Expand All @@ -159,7 +159,7 @@ jobs:
${{ env.SHORT_SHA }}-${{ github.run_number }}
- name: Build and push pipeline-ml image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: ./ml
push: true
Expand Down

0 comments on commit 454dba4

Please sign in to comment.