Skip to content

Commit

Permalink
update image
Browse files Browse the repository at this point in the history
  • Loading branch information
Liuhaai committed Oct 10, 2024
1 parent 8f70600 commit c898db7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ jobs:

- name: Extract Docker metadata
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
${{ env.REGISTRY }}/${{ matrix.image_name }}
- name: Build and push Docker image ${{ matrix.name }}
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: .
platforms: ${{ runner.os == 'Linux' && 'linux/amd64' || runner.os == 'macOS' && 'linux/arm64' }}
Expand Down

0 comments on commit c898db7

Please sign in to comment.