Skip to content

Commit

Permalink
Update build-images.yaml
Browse files Browse the repository at this point in the history
docker/metadata-action v3 to v5
  • Loading branch information
chris-bateman authored Oct 17, 2023
1 parent 2a876b6 commit fb9d4ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
# CPU ONLY IMAGE - based on default jupyterhub docker stacks
- name: Extract metadata for pipeline-base
id: meta-base
uses: docker/metadata-action@v3
uses: docker/metadata-action@v5
with:
# list of Docker images to use as base name for tags
images: |
Expand All @@ -116,7 +116,7 @@ jobs:

- name: Extract metadata for pipeline-gpu
id: meta-gpu
uses: docker/metadata-action@v3
uses: docker/metadata-action@v5
with:
# list of Docker images to use as base name for tags
images: |
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:

- name: Extract metadata for pipeline-ml
id: meta-ml
uses: docker/metadata-action@v3
uses: docker/metadata-action@v5
with:
images: ghcr.io/auscalabledronecloud/pipeline-ml
tags: |
Expand Down

0 comments on commit fb9d4ac

Please sign in to comment.