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 4a14f7d commit 7e18204Copy full SHA for 7e18204
.github/workflows/build_and_push_docker_image.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Build container
39
run: |
40
- docker build -f "${DOCKER_FILE}" -t x64-image .
+ docker build -f "${DOCKER_FILE}" -t amd64-image .
41
env:
42
DOCKER_FILE: ${{ inputs.docker_file }}
43
0 commit comments