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 a99a794 commit 5af3a9cCopy full SHA for 5af3a9c
.github/workflows/docker-image.yml
@@ -23,10 +23,10 @@ jobs:
23
password: ${{ secrets.DOCKERHUB_TOKEN }}
24
25
- name: Build the Docker image
26
- run: docker build . --file Dockerfile \\
+ run: docker build --file Dockerfile \\
27
--platform linux/amd64,linux/arm64 \\
28
--sbom=true \\
29
- --tag ${{ vars.DOCKERHUB_IMAGE_NAME }}:$(date +%Y%m%d)
+ --tag ${{ vars.DOCKERHUB_IMAGE_NAME }}:$(date +%Y%m%d) .
30
31
- name: Push the Docker image
32
run: docker push ${{ vars.DOCKERHUB_IMAGE_NAME }}:$(date +%Y%m%d)
0 commit comments