Skip to content

Commit 22e203b

Browse files
authored
Update dockerimage.yml
1 parent 0759f57 commit 22e203b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dockerimage.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Docker Hub Push
33
on:
44
push:
55
branches: [ master ]
6+
tags: "*"
67

78
jobs:
89
docker:
@@ -34,4 +35,4 @@ jobs:
3435
# Access token which is used to deploy the image to the repository.
3536
repo-token: ${{ secrets.GITHUB_TOKEN }}
3637
# Name for the docker image
37-
image-name: firego
38+
image-name: firego

0 commit comments

Comments
 (0)