mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-04 23:04:28 +01:00
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:
4
.github/workflows/dockerhub-imagepush.yml
vendored
4
.github/workflows/dockerhub-imagepush.yml
vendored
@@ -1,8 +1,8 @@
|
||||
name: Push Docker Image on Release
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "stable" ]
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user