Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Commit 8a8233c

Browse files
committed
Don't pre-pull default image
1 parent d2e3dc9 commit 8a8233c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ jobs:
99
- uses: actions/checkout@v2
1010
- name: Build Docker image
1111
run: docker build . --build-arg NF_IMAGE_VERSION=$GITHUB_SHA -t netlify/build:$GITHUB_SHA
12-
- name: Pull Xenial
13-
run: docker pull netlify/build:xenial
1412
- uses: vbrown608/whalescale@main
1513
with:
1614
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)