Update username
Some checks failed
on-push / infra/buildenv/cxx-amd64-fedora-40 (push) Successful in 19m43s
on-push / infra/buildenv/cxx-amd64-alpine-3.20 (push) Failing after 1m3s
on-push / infra/buildenv/node (push) Successful in 1m41s
on-push / infra/buildenv/cxx-amd64-fedora-41 (push) Successful in 19m9s
Some checks failed
on-push / infra/buildenv/cxx-amd64-fedora-40 (push) Successful in 19m43s
on-push / infra/buildenv/cxx-amd64-alpine-3.20 (push) Failing after 1m3s
on-push / infra/buildenv/node (push) Successful in 1m41s
on-push / infra/buildenv/cxx-amd64-fedora-41 (push) Successful in 19m9s
This commit is contained in:
parent
c80d25474c
commit
bf10c02d1b
@ -9,7 +9,7 @@ jobs:
|
||||
- name: Clone repository
|
||||
uses: actions/checkout@v3
|
||||
- name: Login
|
||||
run: echo ${{ secrets.INFRA_ACCESS_TOKEN }} | docker login -u ${{ gitea.actor }} --password-stdin code.helloryan.se
|
||||
run: echo ${{ secrets.INFRA_ACCESS_TOKEN }} | docker login -u act-runner --password-stdin code.helloryan.se
|
||||
- name: Build
|
||||
run: docker buildx build -t code.helloryan.se/infra/buildenv/cxx-amd64-fedora-40:${{ gitea.sha }} cxx-amd64-fedora-40
|
||||
- name: Test
|
||||
@ -25,7 +25,7 @@ jobs:
|
||||
- name: Clone repository
|
||||
uses: actions/checkout@v3
|
||||
- name: Login
|
||||
run: echo ${{ secrets.INFRA_ACCESS_TOKEN }} | docker login -u ${{ gitea.actor }} --password-stdin code.helloryan.se
|
||||
run: echo ${{ secrets.INFRA_ACCESS_TOKEN }} | docker login -u act-runner --password-stdin code.helloryan.se
|
||||
- name: Build
|
||||
run: docker buildx build -t code.helloryan.se/infra/buildenv/cxx-amd64-fedora-41:${{ gitea.sha }} cxx-amd64-fedora-41
|
||||
- name: Test
|
||||
@ -41,7 +41,7 @@ jobs:
|
||||
- name: Clone repository
|
||||
uses: actions/checkout@v3
|
||||
- name: Login
|
||||
run: echo ${{ secrets.INFRA_ACCESS_TOKEN }} | docker login -u ${{ gitea.actor }} --password-stdin code.helloryan.se
|
||||
run: echo ${{ secrets.INFRA_ACCESS_TOKEN }} | docker login -u act-runner --password-stdin code.helloryan.se
|
||||
- name: Build
|
||||
run: docker buildx build -t code.helloryan.se/infra/buildenv/cxx-amd64-alpine-3.20:${{ gitea.sha }} cxx-amd64-alpine-3.20
|
||||
- name: Test
|
||||
@ -57,7 +57,7 @@ jobs:
|
||||
- name: Clone repository
|
||||
uses: actions/checkout@v3
|
||||
- name: Login
|
||||
run: echo ${{ secrets.INFRA_ACCESS_TOKEN }} | docker login -u ${{ gitea.actor }} --password-stdin code.helloryan.se
|
||||
run: echo ${{ secrets.INFRA_ACCESS_TOKEN }} | docker login -u act-runner --password-stdin code.helloryan.se
|
||||
- name: Build
|
||||
run: docker buildx build -t code.helloryan.se/infra/buildenv/node:${{ gitea.sha }} node
|
||||
- name: Test
|
||||
|
Loading…
x
Reference in New Issue
Block a user