Skip to content

Commit

Permalink
Add ref for workflows reuse
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Bouijoux committed Feb 14, 2024
1 parent b4fd189 commit c6f694a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: self-hosted
steps:
- name: Clone repo
uses: Chiogros/image-mageia/.github/workflows/checkout-self-hosted.yaml
uses: Chiogros/image-mageia/.github/workflows/checkout-self-hosted.yaml@main

- name: Build rootfs
uses: ./.github/workflows/build-rootfs.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-incus-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: self-hosted
steps:
- name: Clone repo
uses: Chiogros/image-mageia/.github/workflows/checkout-self-hosted.yaml
uses: Chiogros/image-mageia/.github/workflows/checkout-self-hosted.yaml@main

- name: Build rootfs
uses: ./.github/workflows/build-rootfs.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-lxc-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: self-hosted
steps:
- name: Clone repo
uses: Chiogros/image-mageia/.github/workflows/checkout-self-hosted.yaml
uses: Chiogros/image-mageia/.github/workflows/checkout-self-hosted.yaml@main

- name: Build rootfs
uses: ./.github/workflows/build-rootfs.yaml
Expand Down

0 comments on commit c6f694a

Please sign in to comment.