Skip to content

Commit

Permalink
change trigger for docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
kekonn committed Mar 20, 2024
1 parent 65a2edf commit 6396f27
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ name: Create container for latest version
# documentation.

on:
release:
types: [published]
push:
tags:
- '**[0-9]+.[0-9]+.[0-9]+*'
workflow_dispatch:

env:
Expand All @@ -29,7 +30,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-tags: true
fetch-depth: 0
fetch-depth: 1

# Workaround: https://github.com/docker/build-push-action/issues/461
- name: Setup Docker buildx
Expand Down

0 comments on commit 6396f27

Please sign in to comment.