Skip to content

Commit

Permalink
Merge pull request #9 from wireapp/fix-ci-actions
Browse files Browse the repository at this point in the history
fix CI action
  • Loading branch information
LukasForst authored Nov 19, 2020
2 parents 22dabfc + a540981 commit 9cbcc57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
if: failure()

docker-build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2

Expand All @@ -48,6 +48,8 @@ jobs:
id: docker_build
uses: docker/build-push-action@v2
with:
# https://github.com/docker/build-push-action/issues/220
context: .
tags: wire/ci-test-image
push: false

Expand Down

0 comments on commit 9cbcc57

Please sign in to comment.