Skip to content

Commit

Permalink
ill be annoyed if this works
Browse files Browse the repository at this point in the history
  • Loading branch information
neilkakkar committed Jun 11, 2024
1 parent 4b36d59 commit fca6548
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/rust-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,20 @@ jobs:
cache-to: type=gha,mode=max
build-args: BIN=${{ matrix.image }}

- name: Build and push image
continue-on-error: true
id: docker_build
uses: depot/build-push-action@v1
with:
context: ./rust/
file: ./rust/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: BIN=${{ matrix.image }}

- name: Container image digest
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit fca6548

Please sign in to comment.