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.
1 parent d65f231 commit f30d13eCopy full SHA for f30d13e
.github/workflows/docker-image-demo.yml
@@ -17,5 +17,4 @@ jobs:
17
- name: Build the Docker image
18
run: |
19
cd nginx-image/
20
- docker build . --file Dockerfile --tag my-image-name:$(date -I)
21
- docker tag my-image-name:$(date -I) ${{ github.event.inputs.docker_username }}/my-image-name:latest
+ docker build . --file Dockerfile --tag my-image-name:$(date +%s)
0 commit comments