Skip to content

Commit

Permalink
Also build and push Docker images on new tag
Browse files Browse the repository at this point in the history
  • Loading branch information
evanebb committed Jul 5, 2023
1 parent e5e4083 commit 40f6447
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/container-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ jobs:
-
name: Checkout
uses: actions/checkout@v3
-
name: Set up Docker metadata
id: meta
uses: docker/metadata-action@v4
with:
images: |
ghcr.io/evanebb/gobble
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=semver,pattern={{version}}
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand All @@ -40,4 +50,5 @@ jobs:
context: .
push: true
provenance: false
tags: ghcr.io/evanebb/gobble:latest
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 40f6447

Please sign in to comment.