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

Commit

Permalink
Don't pre-pull default image
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrown608 committed Jan 5, 2021
1 parent d2e3dc9 commit 8a8233c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ jobs:
- uses: actions/checkout@v2
- name: Build Docker image
run: docker build . --build-arg NF_IMAGE_VERSION=$GITHUB_SHA -t netlify/build:$GITHUB_SHA
- name: Pull Xenial
run: docker pull netlify/build:xenial
- uses: vbrown608/whalescale@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 8a8233c

Please sign in to comment.