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 27ab3be commit 0ecfe66Copy full SHA for 0ecfe66
.github/workflows/docker.yml
@@ -3,18 +3,17 @@ name: Docker
3
on:
4
push:
5
branches: [ "master" ]
6
- # Publish semver tags as releases.
7
- tags: [ 'v*.*.*' ]
8
pull_request:
9
+ release:
+ types: [ "published" ]
10
workflow_dispatch:
11
12
env:
13
REGISTRY: ghcr.io
14
# github.repository as <account>/<repo>
15
IMAGE_NAME: ${{ github.repository }}
16
17
-
18
jobs:
19
build:
20
@@ -41,8 +40,8 @@ jobs:
41
40
if: github.event_name == 'push'
42
uses: ydataai/create-tag@v1
43
with:
44
- tag: "v${{ env.GitVersion_SemVer }}"
45
- message: "Pushed to master - release tagged by CI"
+ tag: "${{ env.GitVersion_SemVer }}"
+ message: "Automated tagging of master commits"
46
47
- name: Set up QEMU
48
uses: docker/setup-qemu-action@master
0 commit comments