From 1baa07036cf490f321ca8ef6d183a6673ec7c668 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sun, 23 Aug 2020 04:07:29 +0200 Subject: [PATCH] Fix workflow Signed-off-by: CrazyMax --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1995baf..3e89b12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,6 +99,7 @@ jobs: buildkitd-flags: --allow-insecure-entitlement security.insecure - name: Build and push + id: docker_build uses: ./ with: context: ./test @@ -153,6 +154,7 @@ jobs: buildkitd-flags: --allow-insecure-entitlement security.insecure - name: Build and push + id: docker_build uses: ./ env: GIT_AUTH_TOKEN: ${{ github.token }}