diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-10-04 10:43:58 +0100 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-10-04 10:43:58 +0100 |
commit | ede4632835929bf93d0cb57df58c06efd94fa7e0 (patch) | |
tree | 494750da1d4b85521d375615a1f3ab9d9f3907c0 | |
parent | e6c992ba8bcbc59706d6dd55db3b237ebbdc8e7e (diff) |
Fix Docker GHA
-rw-r--r-- | .github/workflows/docker.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 358037c0..c15b6c1a 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -21,7 +21,6 @@ jobs: monolith: name: Monolith image runs-on: ubuntu-latest - needs: build-flags permissions: contents: read packages: write @@ -101,7 +100,6 @@ jobs: polylith: name: Polylith image runs-on: ubuntu-latest - needs: build-flags permissions: contents: read packages: write @@ -180,7 +178,6 @@ jobs: demo-pinecone: name: Pinecone demo image runs-on: ubuntu-latest - needs: build-flags permissions: contents: read packages: write |