Skip to content

Commit

Permalink
upload github workflows - build and publish images on dtq-dev-present…
Browse files Browse the repository at this point in the history
… branch
  • Loading branch information
MajoBerger authored May 10, 2022
1 parent 5709134 commit b6d47e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
branches:
- dtq-dev
- dtq-dev-present
pull_request:

jobs:
Expand Down Expand Up @@ -150,4 +151,4 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
# Use tags / labels provided by 'docker/metadata-action' above
tags: ${{ steps.meta_build_cli.outputs.tags }}
labels: ${{ steps.meta_build_cli.outputs.labels }}
labels: ${{ steps.meta_build_cli.outputs.labels }}

0 comments on commit b6d47e4

Please sign in to comment.