update build instructions
All checks were successful
Build and Push Image / Build and push image (push) Successful in 2m52s
All checks were successful
Build and Push Image / Build and push image (push) Successful in 2m52s
This commit is contained in:
@@ -11,6 +11,9 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Set up QEMU
|
||||||
|
uses: docker/setup-qemu-action@v3
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
@@ -26,6 +29,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64
|
||||||
tags: |
|
tags: |
|
||||||
git.donnymims.com/dnny44/docker-epg:latest
|
git.donnymims.com/dnny44/docker-epg:latest
|
||||||
Reference in New Issue
Block a user