diff --git a/.github/actions/container/ci/action.yaml b/.github/actions/container/ci/action.yaml index 7da1a8ba9c2..63ac1cb023d 100644 --- a/.github/actions/container/ci/action.yaml +++ b/.github/actions/container/ci/action.yaml @@ -5,7 +5,7 @@ inputs: description: "Branch name" required: true token: - description: 'A Github PAT' + description: 'A Github Token' required: true outputs: image: @@ -32,5 +32,5 @@ runs: context: . push: true tags: ci:${{ inputs.branch }} - cache-from: type=registry - cache-to: type=registry + cache-from: type=registry,ref=ghcr.io/opentrons/opentrons + cache-to: type=registry,ref=ghcr.io/opentrons/opentrons diff --git a/.github/workflows/pd-test-build-deploy.yaml b/.github/workflows/pd-test-build-deploy.yaml index 048bd1f7a9d..1f4dcddc6c5 100644 --- a/.github/workflows/pd-test-build-deploy.yaml +++ b/.github/workflows/pd-test-build-deploy.yaml @@ -28,7 +28,6 @@ on: concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-${{ github.ref_name != 'edge' || github.run_id}}-${{ github.ref_type != 'tag' || github.run_id }} cancel-in-progress: true - defaults: run: shell: bash