Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit 5cafbf5

Browse files
authored
Add vars to the needs list for release job (#162)
1 parent bb4f970 commit 5cafbf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
release-docker:
112112
name: Release Image
113113
runs-on: ubuntu-20.04
114-
needs: [build, unit-tests]
114+
needs: [vars, build, unit-tests]
115115
if:
116116
github.repository == 'nginxinc/nginx-ingress-operator' &&
117117
github.event_name == 'create' &&

0 commit comments

Comments
 (0)