Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
added dev branch to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsrichter authored Oct 12, 2021
1 parent 968319c commit 736861f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
# Publish `master` as Docker `latest` image.
branches:
- master
- dev

# Publish `v1.2.3` tags as releases.
tags:
Expand Down Expand Up @@ -50,4 +51,4 @@ jobs:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 736861f

Please sign in to comment.