CI (GitHub Actions): actions/checkout
Summary: I am stupid enough, yeah Signed-off-by: Yongmin Hong <revi@omglol.email> Test Plan: Watch the GitHub Actions run again Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Differential Revision: https://issuetracker.revi.xyz/D134
This commit is contained in:
parent
f2ff297047
commit
5f921ddcf8
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build-container.yml
vendored
2
.github/workflows/build-container.yml
vendored
|
@ -21,6 +21,8 @@ jobs:
|
||||||
attestations: write
|
attestations: write
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: "Checkout the repository"
|
||||||
|
uses: actions/checkout@v4
|
||||||
- name: "Log in to the Container registry"
|
- name: "Log in to the Container registry"
|
||||||
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
|
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue