Skip to content

Commit

Permalink
removed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemensElflein committed Nov 6, 2024
1 parent 3d40220 commit c2f3386
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,37 +66,3 @@ jobs:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: "xcore-boot-${{ github.ref_name }}.zip"

build-host-docker:
name: "Build Host Software Docker Image"
needs: pre-commit
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./host-software
steps:
- uses: actions/checkout@v4
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3
- name: Login to GHCR
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v5
with:
images: ghcr.io/${{ github.repository }}
- name: Build and push
id: build-and-push
uses: docker/build-push-action@v5
with:
context: host-software
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
push: true
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit c2f3386

Please sign in to comment.