Update docker-image-arm.yml

This commit is contained in:
Thegan Govender
2023-07-19 18:55:15 +02:00
committed by GitHub
parent b617292e7b
commit e3b35346ea

View File

@@ -16,7 +16,7 @@ jobs:
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Build Docker image for ARM
- name: Build Docker image for ARM Unstable
uses: docker/build-push-action@v2
with:
context: .
@@ -24,7 +24,7 @@ jobs:
push: true
tags: cyfershepard/jellystat:unstable-arm
- name: Build Docker image for AMD64 (optional)
- name: Build Docker image for ARM
uses: docker/build-push-action@v2
with:
context: .