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

Commit d2e3dc9

Browse files
committed
Use real image
1 parent 3b3774b commit d2e3dc9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/checksize.yml renamed to .github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Image
1+
name: CI
22
on: push
33

44
jobs:
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/checkout@v2
1010
- name: Build Docker image
11-
run: docker build . --file Dockerfile.dummy --build-arg NF_IMAGE_VERSION=$GITHUB_SHA -t netlify/build:$GITHUB_SHA
11+
run: docker build . --build-arg NF_IMAGE_VERSION=$GITHUB_SHA -t netlify/build:$GITHUB_SHA
1212
- name: Pull Xenial
1313
run: docker pull netlify/build:xenial
1414
- uses: vbrown608/whalescale@main

Dockerfile.dummy

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)