Skip to content

Commit

Permalink
only build new image if there is a new tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Øyvind Hatland committed Oct 13, 2023
1 parent f18b130 commit 80ece41
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Docker Image CI

on:
push:
branches: [ "v6", "build-mac-image" ]
release:
types: [published]
tags:
- 'v[0-9]+.[0-9]+'

jobs:
build-image-for-amd:
Expand Down

0 comments on commit 80ece41

Please sign in to comment.