Skip to content

Commit

Permalink
Fix publish.yml to fetch tags
Browse files Browse the repository at this point in the history
  • Loading branch information
KMKoushik committed Jun 25, 2024
1 parent ea76ffa commit 0e55e89
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Publish Docker

on:
release:
types:
- released
push:
tags:
- "*"
workflow_dispatch:
inputs:
branch:
Expand All @@ -27,8 +27,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
fetch-tags: true
fetch-depth: 0

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 0e55e89

Please sign in to comment.