Skip to content

Commit

Permalink
ci: update workflow for building and pushing Docker images
Browse files Browse the repository at this point in the history
Co-Authored-By: denkatt [email protected]
  • Loading branch information
ripls56 authored Aug 6, 2024
1 parent fd4b890 commit b95fa69
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Build and push apps

on:
push:
# branches: [ "main", "ci/docker-build-push" ]
# workflow_dispatch:
workflow_run:
workflows: ["Test and coverage"]
types: [requested]
branches: [ "dev", "master", "releases/**" ]

env:
DOCKER_REGISTRY: ghcr.io
Expand Down

0 comments on commit b95fa69

Please sign in to comment.