We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f7a08b commit cb45487Copy full SHA for cb45487
.github/workflows/main.yml
@@ -3,6 +3,8 @@ name: Publish Docker
3
# Controls when the action will run. Triggers the workflow on push or pull request
4
# events but only for the master branch
5
on:
6
+ release:
7
+ types: [published]
8
push:
9
branches: [ master, slim, alpine ]
10
jobs:
@@ -16,3 +18,4 @@ jobs:
16
18
name: felubra/npm-script-webhook
17
19
username: ${{ secrets.DOCKER_USERNAME }}
20
password: ${{ secrets.DOCKER_PASSWORD }}
21
+ tag_names: true
0 commit comments