mirror of
https://github.com/BreizhHardware/Jellystat.git
synced 2026-01-18 16:27:20 +01:00
Update docker-image-arm.yml
This commit is contained in:
4
.github/workflows/docker-image-arm.yml
vendored
4
.github/workflows/docker-image-arm.yml
vendored
@@ -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: .
|
||||
|
||||
Reference in New Issue
Block a user