Skip to content

Commit 7e18204

Browse files
committed
fix image name
1 parent 4a14f7d commit 7e18204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_push_docker_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Build container
3939
run: |
40-
docker build -f "${DOCKER_FILE}" -t x64-image .
40+
docker build -f "${DOCKER_FILE}" -t amd64-image .
4141
env:
4242
DOCKER_FILE: ${{ inputs.docker_file }}
4343

0 commit comments

Comments
 (0)