mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Small changes related to docker image build+upload (#5907)
* ci label * naming * downloads * run * fix toc
This commit is contained in:
parent
99d9ce10c3
commit
5b9cb4fc8d
2 changed files with 12 additions and 11 deletions
6
.github/workflows/docker-release.yml
vendored
6
.github/workflows/docker-release.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Build Docker Container
|
||||
name: Build Docker Image
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
@ -48,7 +48,7 @@ jobs:
|
|||
- 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
|
||||
|
||||
- name: Login to GitHub Container Registry
|
||||
|
|
@ -59,7 +59,7 @@ jobs:
|
|||
username: ${{ github.actor }}
|
||||
password: ${{ github.token }}
|
||||
|
||||
- name: Build and push Docker Image
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue