Skip to content

Commit

Permalink
Merge pull request #24 from CanDIG/Samarth-Agarwal1/fix-workflow
Browse files Browse the repository at this point in the history
Modified workflow to work for branch 'stable' instead of 'master'
  • Loading branch information
Samarth-Agarwal1 authored Apr 28, 2021
2 parents 0c49ca8 + a0a35aa commit 0ba824c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Docker
on:
push:
branches:
- master
- stable

# Publish `v1.2.3` tags as releases.
tags:
Expand All @@ -18,6 +18,7 @@ jobs:
uses: actions/checkout@v2
with:
submodules: recursive
ref: stable
- name: Push to GitHub Packages
uses: docker/build-push-action@v1
with:
Expand All @@ -26,4 +27,5 @@ jobs:
registry: ghcr.io
repository: candig/candig-katsu
tag_with_ref: true
tags: latest
dockerfile: Dockerfile

0 comments on commit 0ba824c

Please sign in to comment.