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.
2 parents da12631 + efe75d0 commit 0d1c637Copy full SHA for 0d1c637
.github/workflows/tag.yml
@@ -1,4 +1,4 @@
1
-name: Build Docker Image
+name: Build And Push Docker Image
2
on:
3
push:
4
tags:
@@ -10,7 +10,7 @@ env:
10
11
jobs:
12
build:
13
- name: Build
+ name: Build And Push
14
runs-on: ubuntu-latest
15
16
permissions:
@@ -26,14 +26,3 @@ jobs:
26
uses: ./.github/actions/docker
27
with:
28
publish: true
29
-
30
- - name: Create Release
31
- id: create_release
32
- uses: actions/create-release@v1
33
- env:
34
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
- with:
36
- tag_name: ${{ github.ref }}
37
- release_name: Release ${{ github.ref }}
38
- draft: false
39
- prerelease: false
0 commit comments