1
0
Fork 0

this image does not use a builder stage
Build Container Image / build_amd64 (push) Successful in 57s Details
Build Container Image / build_manifest (push) Successful in 7s Details
Build Container Image / publish_amd64 (push) Successful in 42s Details
Build Container Image / publish_manifest (push) Successful in 13s Details

This commit is contained in:
Daniel Wolf 2023-05-09 16:10:43 -04:00
parent e3a3bed2ba
commit 1e9d76fbfb
Signed by: nephatrine
GPG Key ID: 59D70EC2E4AAB4D0
1 changed files with 1 additions and 3 deletions

View File

@ -9,9 +9,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Docker Build
run: |
docker build --pull -t code.nephatrine.net/nephnet/minecraft-mcu:${{ gitea.ref_name }}-cached --target builder ${{ gitea.workspace }}
docker build --pull -t code.nephatrine.net/nephnet/minecraft-mcu:${{ gitea.ref_name }}-amd64 ${{ gitea.workspace }}
run: docker build --pull -t code.nephatrine.net/nephnet/minecraft-mcu:${{ gitea.ref_name }}-amd64 ${{ gitea.workspace }}
- name: Docker Login
uses: actions/docker-login@v2
with: