Skip to content

Commit

Permalink
[CI] Only build new Docker image on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Norre Mikkelsen committed Jan 21, 2021
1 parent 696bd4e commit c636efa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/DockerHub.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: "Update Docker Images"

on: [ push, pull_request ]
on:
push:
tags:
- "**"

jobs:
MoveTag:
Expand Down

0 comments on commit c636efa

Please sign in to comment.