get rid of container

This commit is contained in:
Alek Westover
2023-07-12 12:05:16 -04:00
parent 88c5c5b41e
commit 550d0ef946

View File

@@ -921,9 +921,6 @@ jobs:
# (github.ref_name == 'main' || github.ref_name == 'release') &&
# github.event_name != 'workflow_dispatch'
runs-on: ${{ github.ref_name == 'release' && fromJSON('["self-hosted", "prod", "x64"]') || fromJSON('["self-hosted", "gen3", "small"]') }}
container:
image: 369495373322.dkr.ecr.eu-central-1.amazonaws.com/rust:pinned
options: --init
needs: [ tag, promote-images ]
strategy:
fail-fast: false