Skip to content

Commit

Permalink
Pax aarch64 workflow fix (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
yhtang authored Sep 12, 2023
1 parent 1072469 commit f6fdf71
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/_build_pax_aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ on:
description: 'Base docker image that provides JAX'
required: false
default: ghcr.io/nvidia/jax:latest
outputs:
DOCKER_TAGS:
description: "Tags of the image built"
value: ${{ jobs.build.outputs.DOCKER_TAGS }}
# outputs:
# DOCKER_TAGS:
# description: 'Tags of the image built'
# value: ${{ jobs.build.outputs.DOCKER_TAGS }}

env:
UPLD_IMAGE: ghcr.io/nvidia/jax-toolbox-internal
Expand All @@ -22,7 +22,6 @@ permissions:
packages: write # to upload container

jobs:

build:
outputs:
DOCKER_TAGS: ${{ steps.meta.outputs.tags }}
Expand Down Expand Up @@ -50,7 +49,7 @@ jobs:
flavor: |
latest=false
tags: |
type=raw,value=${{ github.run_id }}-pax
type=raw,value=${{ github.run_id }}-pax-aarch64
labels:
org.opencontainers.image.created=${{ inputs.BUILD_DATE }}

Expand All @@ -65,7 +64,7 @@ jobs:
with:
context: .github/container
push: true
file: .github/container/Dockerfile.pax
file: .github/container/Dockerfile.aarch64.pax
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
Expand Down

0 comments on commit f6fdf71

Please sign in to comment.