We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0759f57 commit 22e203bCopy full SHA for 22e203b
.github/workflows/dockerimage.yml
@@ -3,6 +3,7 @@ name: Docker Hub Push
3
on:
4
push:
5
branches: [ master ]
6
+ tags: "*"
7
8
jobs:
9
docker:
@@ -34,4 +35,4 @@ jobs:
34
35
# Access token which is used to deploy the image to the repository.
36
repo-token: ${{ secrets.GITHUB_TOKEN }}
37
# Name for the docker image
- image-name: firego
38
+ image-name: firego
0 commit comments