mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-03-13 10:36:56 -04:00
fix github actions path
This commit is contained in:
parent
1773f1ea9b
commit
01c8cd757d
23
.github/workflows/build-ccm-gcp-ko.yml
vendored
23
.github/workflows/build-ccm-gcp-ko.yml
vendored
@ -20,11 +20,32 @@ jobs:
|
||||
- version: v25.2.0
|
||||
latest: true
|
||||
steps:
|
||||
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
||||
- name: Check out repository
|
||||
id: checkout-constellation
|
||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
|
||||
- name: Copy action and workflows
|
||||
id: copy-actions-and-workflows
|
||||
run: |
|
||||
mkdir ${GITHUB_WORKSPACE}/constellation-actions
|
||||
cp -r .github/* ${GITHUB_WORKSPACE}/constellation-actions/
|
||||
shell: bash
|
||||
|
||||
- name: Check out cloud-provider-gcp
|
||||
id: checkout-cloud-provider-gcp
|
||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
||||
with:
|
||||
repository: "kubernetes/cloud-provider-gcp"
|
||||
ref: refs/tags/ccm/${{ matrix.version }}
|
||||
|
||||
- name: Overwrite .github folder with constellation .github
|
||||
id: overwrite-actions-and-workflows
|
||||
run: |
|
||||
cp -r ${GITHUB_WORKSPACE}/.github/* .github/
|
||||
shell: bash
|
||||
|
||||
- name: Log in to the Container registry
|
||||
id: docker-login
|
||||
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2.1.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user