diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8e1344064815..0049bc5d8e1a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,26 +27,13 @@ jobs: deploy: name: Deploy runs-on: ubuntu-latest - container: - image: ubuntu:22.04 # Ubuntu 22.04 is the latest LTS version as of April 21, 2022: https://wiki.ubuntu.com/Releases steps: - - name: Update package list - run: | - apt-get update -qq - - name: Install dependencies - run: | - apt-get install -qq -y jq rsync git libyaml-0-2 npm - name: Checkout git repository uses: actions/checkout@v3 - - name: Set GitHub workspace as git safe.directory # Required to work around: https://github.com/actions/checkout/issues/766 - run: | - git config --global --add safe.directory "$GITHUB_WORKSPACE" - name: Install Ruby uses: ruby/setup-ruby@v1 with: bundler-cache: true - env: - ImageOS: ubuntu22 - name: Install Node.js uses: actions/setup-node@v3 with: