Fix build script
Some checks failed
Build Docker Image / build (push) Failing after 11s

This commit is contained in:
2025-11-27 06:34:35 -06:00
parent 5b3fb7783d
commit 304e7b0610

View File

@@ -24,12 +24,8 @@ jobs:
- name: Configure Docker Meta
id: meta
uses: docker/metadata-action@v5
images: git.shadeouts.net/phantom/autopkg
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
with:
images: git.shadeouts.net/phantom/autopkg
- name: Build & Push Docker Image
uses: docker/build-push-action@v6