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 5af3a9c commit cc700b1Copy full SHA for cc700b1
.github/workflows/docker-image.yml
@@ -22,6 +22,12 @@ jobs:
22
username: ${{ secrets.DOCKERHUB_USERNAME }}
23
password: ${{ secrets.DOCKERHUB_TOKEN }}
24
25
+ - name: Check parameter
26
+ run: echo "Date " $(date +%Y%m%d) \\
27
+ echo "Image " ${{ vars.DOCKERHUB_IMAGE_NAME }} \\
28
+ docker buildx build --help
29
+
30
31
- name: Build the Docker image
32
run: docker build --file Dockerfile \\
33
--platform linux/amd64,linux/arm64 \\
0 commit comments