We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53d90c1 commit cc17263Copy full SHA for cc17263
.github/workflows/docker_build.yml
@@ -7,7 +7,7 @@ name: Create and publish a Docker image
7
on:
8
push:
9
tags:
10
- - 'v[0-9]+.[0-9]+.[0-9]+'
+ - 'v[0-9]+\.[0-9]+\.[0-9]+(?:-[a-zA-Z]+)?'
11
workflow_dispatch:
12
inputs:
13
@@ -45,7 +45,7 @@ jobs:
45
tags: |
46
type=ref,event=branch
47
type=ref,event=pr
48
- type=semver,pattern={{raw}},value=${{ env.TAG || github.event.inputs.tags }}
+ type=semver,pattern={{raw}}
49
- name: Build and push Docker image
50
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
51
with:
0 commit comments