Skip to content
This repository was archived by the owner on Jan 5, 2025. It is now read-only.

Commit 89140a8

Browse files
authored
removed extra line
1 parent a55b475 commit 89140a8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/dockerize-tag.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Build and Push Tag
22
on:
33
push:
4-
branches:
5-
- 'master'
64
tags:
75
- 'v[0-9]+.[0-9]+.[0-9]+*'
86
jobs:
@@ -11,7 +9,7 @@ jobs:
119
steps:
1210
- uses: olegtarasov/[email protected]
1311
id: tagName
14-
- run: echo "🎉 Tag is ${{ steps.tagName.outputs.tag }}."
12+
1513
- name: Checkout Repository
1614
uses: actions/checkout@v2
1715

0 commit comments

Comments
 (0)