1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-03-28 11:00:05 +01:00

test-proxy now uses newly-minted test-ubuntu-git container image from ghcr.io

This commit is contained in:
John Wesley Walker III 2024-02-21 12:57:34 +01:00 committed by GitHub
parent bbd0474dc5
commit 4d1347db9f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -187,20 +187,10 @@ jobs:
- name: Verify basic
run: __test__/verify-basic.sh --archive
inspect:
runs-on: ubuntu-latest
steps:
- run: ls -all /usr/bin
test-proxy:
runs-on: ubuntu-latest
container:
image: ubuntu:latest
volumes:
- /usr/bin/git:/mapped/bin/git
- /usr/bin/git-lfs:/mapped/bin/git-lfs
- /usr/bin/git-ftp:/mapped/bin/git-ftp
- /usr/bin/git-shell:/mapped/bin/git-shell
image: ghcr.io/actions/test-ubuntu-git:main.20240221.114913.703z
options: --dns 127.0.0.1
services:
squid-proxy:
@ -210,9 +200,6 @@ jobs:
env:
https_proxy: http://squid-proxy:3128
steps:
- name: Update System Path
run: echo "/mapped/bin" >> $GITHUB_PATH
# Clone this repo
- name: Checkout
uses: actions/checkout@v3