Skip to content

Commit

Permalink
update wf
Browse files Browse the repository at this point in the history
  • Loading branch information
pnieto committed Dec 17, 2024
1 parent d7f25c1 commit 5b5c7a7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,9 @@ jobs:
uses: docker/setup-qemu-action@v2

- name: Build and push images
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: true
builder: ${{ steps.buildx.outputs.name }}
tags: |
${{env.IMAGE}}:latest
file: Dockerfile
context: .
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: ${{ env.PLATFORMS }}

0 comments on commit 5b5c7a7

Please sign in to comment.