parent
abe2bf01de
commit
9a04d7154a
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
@ -572,13 +572,13 @@ jobs:
|
|||||||
|
|
||||||
# Setup buildx
|
# Setup buildx
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v2
|
uses: docker/setup-qemu-action@v3
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
# retrieve credentials for ghcr.io
|
# retrieve credentials for ghcr.io
|
||||||
- name: Login to Github Packages
|
- name: Login to Github Packages
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
@ -586,7 +586,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Extract metadata (tags, labels) for Docker
|
- name: Extract metadata (tags, labels) for Docker
|
||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v4
|
uses: docker/metadata-action@v5
|
||||||
with:
|
with:
|
||||||
images: ${{ env.IMAGE_NAME }}
|
images: ${{ env.IMAGE_NAME }}
|
||||||
tags: |
|
tags: |
|
||||||
@ -596,7 +596,7 @@ jobs:
|
|||||||
|
|
||||||
# deploy the image
|
# deploy the image
|
||||||
- name: Build image and push to GitHub Container Registry
|
- name: Build image and push to GitHub Container Registry
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./build/Dockerfile
|
file: ./build/Dockerfile
|
||||||
@ -649,9 +649,9 @@ jobs:
|
|||||||
CORSO_VERSION: ${{ needs.SetEnv.outputs.version }}
|
CORSO_VERSION: ${{ needs.SetEnv.outputs.version }}
|
||||||
steps:
|
steps:
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v2
|
uses: docker/setup-qemu-action@v3
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
- name: Validate amd64 container images
|
- name: Validate amd64 container images
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user