File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 58
58
59
59
# Build and push Docker image with Buildx
60
60
# https://github.com/docker/build-push-action
61
- - name : Build and push test image
61
+ - name : Build test image
62
62
id : build-test
63
63
uses : docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
64
64
with :
@@ -85,10 +85,12 @@ jobs:
85
85
# generate Docker tags based on the following events/attributes
86
86
tags : |
87
87
type=sha
88
+ type=raw,value={{branch}}-latest
89
+ type=raw,value={{branch}}-{{date 'YYYYMMDDHHmmss'}}
88
90
89
91
# Build and push Docker image with Buildx
90
92
# https://github.com/docker/build-push-action
91
- - name : Build and push Docker image
93
+ - name : Build and push production image
92
94
id : build-and-push
93
95
uses : docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
94
96
with :
You can’t perform that action at this time.
0 commit comments