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 ae5d8c2 commit 4a0cf50Copy full SHA for 4a0cf50
.github/workflows/docker-image.yml
@@ -15,4 +15,4 @@ jobs:
15
steps:
16
- uses: actions/checkout@v3
17
- name: Build the Docker image
18
- run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)
+ run: docker build . --file Dockerfile --tag ecampuslearning/cloud-development-projects:$(date +%s)
0 commit comments