diff --git a/.github/actions/build-container-local/action.yaml b/.github/actions/build-container-local/action.yaml index f0e5504..7f2de4e 100644 --- a/.github/actions/build-container-local/action.yaml +++ b/.github/actions/build-container-local/action.yaml @@ -171,9 +171,9 @@ runs: BASE_OS=${{ inputs.base_os }} BASE_OSG_SERIES=${{ inputs.osg_series }} TIMESTAMP_IMAGE=${{ steps.generate-tags.outputs.ts_image }} - tags: ${{ steps.generate-tags.outputs.tag_list }} + #tags: ${{ steps.generate-tags.outputs.tag_list }} cache-to: type=local,dest=/tmp/.buildx-cache,mode=max - outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true + outputs: type=image,name=${{ inputs.output_image }},push-by-digest=true,name-canonical=true,push=true - name: Cache Docker images if: success() && fromJSON(inputs.cache_image) diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index d06efd9..4ffe71f 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -19,7 +19,8 @@ jobs: osg_series: ['23'] # repo: ['development', 'testing', 'release'] repo: [ 'release' ] - platform: ['linux/amd64','linux/arm64'] + platform: ['linux/amd64'] + # platform: ['linux/amd64','linux/arm64'] exclude: # cuda builds take a super long time; only do one of them - os: cuda_11_8_0