Skip to content

Commit

Permalink
build ubi8 image
Browse files Browse the repository at this point in the history
  • Loading branch information
gangatp committed Jan 24, 2024
1 parent 41a8bb7 commit cbc1a52
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,28 @@ jobs:
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
-
name: Build
name: Docker Build
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
platforms: linux/amd64
tags: lib3mf_ubi8:latest
load: true
-
name: Docker Extract
uses: shrink/[email protected]
id: extract
with:
image: lib3mf_ubi8:latest
path: /out.tar.gz
-
name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: lib3mf.tar.gz
path: ${{ github.workspace }}/out.tar.gz

build-macos:
runs-on: macos-latest
steps:
Expand Down

0 comments on commit cbc1a52

Please sign in to comment.