We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0303ee commit 7dea020Copy full SHA for 7dea020
1 file changed
.github/workflows/docker:build&push.yaml
@@ -2,7 +2,7 @@ name: Build Webapp Docker image and push to Docker Hub
2
3
on:
4
push:
5
- branches: [ "latest", "next" ]
+ branches: [ "latest", "next", "add-docker-releases" ]
6
7
jobs:
8
docker-build-and-push:
0 commit comments