Skip to content

Commit

Permalink
Update Github action file
Browse files Browse the repository at this point in the history
  • Loading branch information
diaznet committed Nov 10, 2024
1 parent d36ea4e commit 7185da3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build and Push docker image on Dockerhub

on:
push:
branches: [ "main" ]
branches: [ "main", "feature/*" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "feature/*" ]

jobs:
build_push:
Expand All @@ -25,10 +25,11 @@ jobs:
type=schedule
type=ref,event=branch
type=ref,event=pr
type=ref,event=tag
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=sha
type=sha
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 7185da3

Please sign in to comment.