We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c38b19c + 4bfd5f5 commit 98a8ba9Copy full SHA for 98a8ba9
.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 buildx build . --file Dockerfile --tag my-image-name:$(date +%s)
0 commit comments