diff --git a/.github/workflows/docker-image-arm.yml b/.github/workflows/docker-image-arm.yml index f0ac223..bfaa4f9 100644 --- a/.github/workflows/docker-image-arm.yml +++ b/.github/workflows/docker-image-arm.yml @@ -30,4 +30,4 @@ jobs: context: . dockerfile: ./Dockerfile-arm # Specify the path to the default Dockerfile for AMD64 push: true - tags: cyfershepard/jellystat:amd64 # Tag for AMD64 image + tags: cyfershepard/jellystat:arm # Tag for AMD64 image