Skip to content

Commit

Permalink
CI : Fix build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rcywongaa committed Feb 3, 2025
1 parent 48c859a commit 9ea249b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,14 @@ on: [push, pull_request]

name: Build

env:
REGISTRY: ghcr.io
IMAGE_NAME: spaceros2_rust_dev

jobs:
build-job:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./workspace
container:
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
image: ghrc.io/spaceros2_rust_dev:latest
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 9ea249b

Please sign in to comment.