Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Upgrade crazy-max/ghaction-docker-buildx #26

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Expand Up @@ -14,7 +14,7 @@ on:
- master
jobs:
docker-build:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
strategy:
fail-fast: false
env:
Expand All @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v2
name: Checkout che-workspace-loader source code
- name: Docker Buildx
uses: crazy-max/ghaction-docker-buildx@v1.6.1
uses: crazy-max/ghaction-docker-buildx@v1.6.2
with:
buildx-version: v0.4.1
- name: "Docker prepare"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Expand Up @@ -13,7 +13,7 @@ on:
branches: [ master ]
jobs:
docker-build:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
strategy:
fail-fast: false
matrix:
Expand All @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
name: Checkout che-workspace-loader source code
- name: Docker Buildx
uses: crazy-max/ghaction-docker-buildx@v1.6.1
uses: crazy-max/ghaction-docker-buildx@v1.6.2
with:
buildx-version: v0.4.1
- name: "Docker prepare"
Expand Down