Skip to content

Commit

Permalink
Build edge for pushes to master branch too
Browse files Browse the repository at this point in the history
  • Loading branch information
Snuffy2 committed Nov 12, 2023
1 parent 4248ce2 commit 9f289ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
if: github.repository_owner == 'snicker'
runs-on: ubuntu-latest
steps:
- name: Checkout
- name: Checkout
uses: actions/[email protected]
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -28,6 +28,7 @@ jobs:
latest=auto
tags: |
type=edge,branch=main
type=edge,branch=master
type=semver,pattern={{version}}
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 9f289ce

Please sign in to comment.