mirror of
https://github.com/5etools-mirror-2/5etools-img.git
synced 2025-12-16 14:03:21 -06:00
Before the t?
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -64,7 +64,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build the docker image
|
- name: Build the docker image
|
||||||
run: |
|
run: |
|
||||||
docker build -t $IMAGE_NAME --platform linux/amd64,linux/arm64
|
docker build --platform linux/amd64,linux/arm64 -t $IMAGE_NAME
|
||||||
|
|
||||||
- name: Push image
|
- name: Push image
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user