Skip to content

Commit 8cb1061

Browse files
committed
Fix release build
1 parent 17eb689 commit 8cb1061

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
steps:
1212
- name: "Get the code"
1313
uses: actions/checkout@v2
@@ -31,6 +31,5 @@ jobs:
3131
uses: docker/build-push-action@v2
3232
with:
3333
push: true
34-
file: docker/cpython.dockerfile
3534
context: .
3635
tags: faasm/cpython:${{ env.TAG_VERSION }}

0 commit comments

Comments
 (0)