mirror of
https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
synced 2025-07-13 07:24:47 -06:00
Fixed publish image workflow
This commit is contained in:
parent
8df17f208c
commit
b705e1341f
10
.github/workflows/publish-image.yml
vendored
10
.github/workflows/publish-image.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user