Browse Source

Restrict Docker image workflow to 'stop' tag only

WangJunZzz-patch-2
WangJunZzz 8 months ago
committed by GitHub
parent
commit
741a81bbaf
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/docker-image.yml

2
.github/workflows/docker-image.yml

@ -2,7 +2,7 @@ name: Docker-Images
on: on:
push: push:
tags: tags:
- "*" - "stop"
jobs: jobs:
api: api:

Loading…
Cancel
Save