Skip to content

Commit

Permalink
chore: naming stuff
Browse files Browse the repository at this point in the history
Signed-off-by: iGxnon <[email protected]>
  • Loading branch information
iGxnon committed Nov 30, 2023
1 parent dbb7812 commit 38af30e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker
name: Push Docker Image

on:
workflow_dispatch: { }
Expand Down Expand Up @@ -41,8 +41,8 @@ jobs:
- name: Setup Custom Image for ${{ matrix.job.cross_image }}
uses: docker/build-push-action@v2
with:
context: .github/scripts
file: .github/scripts/Dockerfile.${{ matrix.job.target }}
context: ci/cross
file: ci/cross/Dockerfile.${{ matrix.job.target }}
tags: ${{ matrix.job.cross_image }}:latest
load: true
cache-from: type=gha
Expand All @@ -54,16 +54,8 @@ jobs:
toolchain: ${{ env.CI_RUST_TOOLCHAIN }}
target: ${{ matrix.job.target }}

- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
key: '${{ matrix.job.target }}'

- name: Install cross
uses: baptiste0928/cargo-install@v2
with:
crate: cross
cache-key: '${{ matrix.job.target }}'
- name: Install cross from binary
uses: taiki-e/install-action@cross

- name: Build Xline Binary
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/gen_release_note.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Milestone Closure

# Trigger the workflow on milestone events
on:
milestone:
types: [closed]

name: Milestone Closure
jobs:
create-release-notes:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/merge_image.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Merge Multi-platform Image Manifests

on:
workflow_call:
inputs:
Expand Down

0 comments on commit 38af30e

Please sign in to comment.