mirror of
https://github.com/karl0ss/ai_image_frame_server.git
synced 2025-05-25 22:55:17 +01:00
rework workflow to pickup the latest tag
This commit is contained in:
parent
423ca357f6
commit
aabd19dd5f
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
@ -3,7 +3,7 @@ name: Build and Publish Docker Image
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
tags: ['*'] # triggers on any tag push
|
||||
tags: ["*"] # triggers on any tag push
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
@ -13,6 +13,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0 # ensures tags are fetched
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user