Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c21a345 commit 63f8d3aCopy full SHA for 63f8d3a
.github/workflows/build-docker.yaml
@@ -31,6 +31,7 @@ jobs:
31
- name: Build and push
32
uses: docker/build-push-action@v4
33
with:
34
+ context: .
35
push: true # push to registry
36
pull: true # always fetch the latest base images
37
platforms: linux/amd64,linux/arm64 # build for both amd64 and arm64
0 commit comments