Fix publish.yml to fetch tags

This commit is contained in:
KMKoushik
2024-06-26 05:49:15 +10:00
parent ea76ffae1d
commit 0e55e8954d

View File

@@ -1,9 +1,9 @@
name: Publish Docker
on:
release:
types:
- released
push:
tags:
- "*"
workflow_dispatch:
inputs:
branch:
@@ -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