Skip to content

Commit

Permalink
Merge pull request #16 from Snuffy2/Fix-Workflow-to-make-edge-containers
Browse files Browse the repository at this point in the history
Build edge for pushes to master branch too
  • Loading branch information
Snuffy2 authored Nov 12, 2023
2 parents 4248ce2 + 9f289ce commit 0eb78b0
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 0eb78b0

Please sign in to comment.