Skip to content

Commit

Permalink
Docker images for branches
Browse files Browse the repository at this point in the history
  • Loading branch information
agouin committed Oct 14, 2023
1 parent f240661 commit 123fca5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
tags:
- '**'
branches:
- '**'

env:
REGISTRY: ghcr.io
Expand Down Expand Up @@ -42,12 +44,13 @@ jobs:
# set latest tag for default branch
type=raw,value=latest,enable={{is_default_branch}}
type=ref,event=tag
type=ref,event=branch
- name: Build and push Docker image
uses: docker/build-push-action@v3
with:
context: .
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
file: Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 123fca5

Please sign in to comment.