Skip to content

Commit

Permalink
Addeing builder CI
Browse files Browse the repository at this point in the history
  • Loading branch information
plvines committed Dec 11, 2024
1 parent 00cbc35 commit e7af1b2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@ permissions:
packages: read

jobs:
builder-image:
- name: Build and Push raceboat-builder Docker Image
uses: docker/build-push-action@v4
with:
context: raceboat-builder-image
file: raceboat-builder-image/Dockerfile
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: ${{ steps.cache.outputs.cache-from }}
cache-to: ${{ steps.cache.outputs.cache-to }}
build:
runs-on: ubuntu-latest
container:
Expand Down

0 comments on commit e7af1b2

Please sign in to comment.