Fixed publish image workflow

This commit is contained in:
TheNetworkGuy 2025-06-11 20:15:02 +00:00
parent 8df17f208c
commit b705e1341f

View File

@ -1,17 +1,13 @@
---
name: Build and Push Docker Image
on:
push:
branches:
- main
permissions:
contents: read
packages: write
on:
release:
types: [published]
pull_request:
branches:
- main
types: [opened, synchronize]
jobs: