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

Commit

Permalink
Use real image
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrown608 committed Jan 5, 2021
1 parent 3b3774b commit d2e3dc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checksize.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Image
name: CI
on: push

jobs:
Expand All @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build Docker image
run: docker build . --file Dockerfile.dummy --build-arg NF_IMAGE_VERSION=$GITHUB_SHA -t netlify/build:$GITHUB_SHA
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
Expand Down
1 change: 0 additions & 1 deletion Dockerfile.dummy

This file was deleted.

0 comments on commit d2e3dc9

Please sign in to comment.