Skip to content

Commit

Permalink
Build images for dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianVennen committed Jun 3, 2024
1 parent 12dbeb8 commit c254e5f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Build and push Docker image

on:
push:
tags:
- 'v*'
branches:
- master
release:
types:
- published
- dev

env:
REGISTRY: ghcr.io
Expand Down Expand Up @@ -35,6 +35,9 @@ jobs:
uses: docker/metadata-action@v4
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=branch
type=ref,event=tag
- name: Build and push
uses: docker/build-push-action@v4
Expand Down

0 comments on commit c254e5f

Please sign in to comment.