Skip to content

Commit 7ca0c69

Browse files
authored
Update docker-image.yml
1 parent a67e69e commit 7ca0c69

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ env:
1010

1111
jobs:
1212
testing:
13-
name: Integration Tests and Linting
13+
name: Integration tests and linting
1414
uses: ./.github/workflows/integration.yml
1515
build-and-push-image:
16+
name: Build and push image
17+
needs: testing
1618
runs-on: ubuntu-latest
1719
permissions:
1820
contents: read

0 commit comments

Comments
 (0)