Skip to content

Commit

Permalink
Add staging container releases so tag releases aren't required
Browse files Browse the repository at this point in the history
  • Loading branch information
othyn committed Sep 10, 2022
1 parent 1d9813d commit 0cab1d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ name: Continuous Deployment

on:
push:
branches:
- staging
tags:
- "*"

Expand Down Expand Up @@ -42,7 +44,8 @@ jobs:
flavor: |
latest=true
tags: |
type=semver,pattern={{raw}}
type=semver,enable=true,priority=100,pattern={{raw}}
type=sha,enable=true,priority=200,prefix=sha-,suffix=,format=short
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit 0cab1d0

Please sign in to comment.