Skip to content

Commit

Permalink
Merge pull request #25 from CanDIG/develop
Browse files Browse the repository at this point in the history
Updated workflow
  • Loading branch information
Samarth-Agarwal1 authored Apr 28, 2021
2 parents f41abd2 + 0ba824c commit fcd9a3d
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 fcd9a3d

Please sign in to comment.