Skip to content

Commit

Permalink
fix bad yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Masaru Hoshi <[email protected]>
  • Loading branch information
masaruhoshi committed Jun 1, 2023
1 parent eb79892 commit 0c1e2c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
docker push qlik/go-build
docker push qlik/go-build:$(date +'%Y-%m-%d')
if: github.ref == 'refs/heads/master' && github.repository == 'qlik-oss/dockerfiles'
docker-build-go-build-1.18: name: docker build go-build-1.18
docker-build-go-build-1.18:
name: docker build go-build-1.18
runs-on: ubuntu-latest
env:
DOCKER_BUILDKIT: "1"
Expand Down

0 comments on commit 0c1e2c1

Please sign in to comment.