Skip to content

Commit

Permalink
build: update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sentoz committed Jan 3, 2022
1 parent 910a632 commit 7450ade
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Docker Image CI

on:
push:
branches: [ main ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
tags:
- '*.**.**'
paths-ignore:
- '**.md'
- '**.png'
Expand Down

0 comments on commit 7450ade

Please sign in to comment.