Skip to content

Commit e670cc7

Browse files
committed
fix: fix github action workflow, remove unnecessary deps
Signed-off-by: STRRL <[email protected]>
1 parent ec0d710 commit e670cc7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/upload_image.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
runs-on: ${{ fromJson('{"amd64":"ubuntu-latest", "arm64":["self-hosted", "Linux", "ARM64"]}')[matrix.arch] }}
1515
outputs:
1616
image_tag: ${{ steps.image_tag.outputs.image_tag }}
17-
needs: build-coredns
1817
steps:
1918
- name: Extract Image Tag
2019
shell: bash

0 commit comments

Comments
 (0)