Skip to content

Commit

Permalink
ci: build docker images only for tags and manually
Browse files Browse the repository at this point in the history
  • Loading branch information
thalesmg committed Sep 19, 2024
1 parent 1b73d2e commit bc5bcf6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: docker

on: [push]
on:
push:
tags:
- "**"
workflow_dispatch: {}

jobs:
docker:
Expand Down

0 comments on commit bc5bcf6

Please sign in to comment.