Skip to content

Commit dbf810e

Browse files
authored
Include CI in docker image release
1 parent cf0593d commit dbf810e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
name: Create and publish a Docker image
22

33
on:
4-
push:
5-
branches: ['release']
4+
release:
5+
types: [published]
66

77
env:
88
REGISTRY: ghcr.io
99
IMAGE_NAME: ${{ github.repository }}
1010

1111
jobs:
12+
testing:
13+
name: Integration Tests and Linting
14+
uses: ./.github/workflows/integration.yml
1215
build-and-push-image:
1316
runs-on: ubuntu-latest
1417
permissions:

0 commit comments

Comments
 (0)