Update docker-hub image push action

Change the trigger to on-release rather than on-push otherwise image will be tagged with wrong (previous) version
This commit is contained in:
Richard Beales
2023-04-16 20:11:45 +01:00
committed by GitHub
parent a91ef56954
commit f746107697

View File

@@ -1,8 +1,8 @@
name: Push Docker Image on Release
on:
push:
branches: [ "stable" ]
release:
types: [published]
jobs: