Skip to content

Commit

Permalink
OPHY-619-8: Use Docker buildkit in all build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkku committed Jul 18, 2023
1 parent ce3192a commit a76fdba
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yaml
Expand Up @@ -7,14 +7,16 @@ on:
defaults:
run:
shell: bash

env:
DOCKER_BUILDKIT: "1" # BuildKit is enabled by default starting in Docker v23, Ubuntu 22.04 has an older version

concurrency: deploy-master

jobs:
build:
name: 01-build.sh
runs-on: ubuntu-22.04
env:
DOCKER_BUILDKIT: "1" # BuildKit is enabled by default starting in Docker v23, Ubuntu 22.04 has an older version
steps:
- uses: actions/checkout@v3.5.3
- name: Login to GitHub Container Registry
Expand Down

0 comments on commit a76fdba

Please sign in to comment.