Browse Source

refactor(ci): publish on tag push event

pull/985/head
Leon Stoldt 4 years ago
committed by GitHub
parent
commit
15acca81d8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .github/workflows/docker-image.yml

5
.github/workflows/docker-image.yml

@ -2,9 +2,8 @@ name: Docker Image CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
tags:
- 'v*.*.*'
jobs:

Loading…
Cancel
Save