This commit is contained in:
parent
7ba3a64597
commit
7afba360d1
@ -13,7 +13,7 @@ jobs:
|
|||||||
- name: Login
|
- 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 ${{ gitea.actor }} --password-stdin code.helloryan.se
|
||||||
- name: Build
|
- name: Build
|
||||||
run: docker buildx build -t code.helloryan.se/infra/misc/docker:${{ gitea.sha }} docker
|
run: docker build -t code.helloryan.se/infra/misc/docker:${{ gitea.sha }} docker
|
||||||
- name: Test
|
- name: Test
|
||||||
run: docker run --rm code.helloryan.se/infra/misc/docker:${{ gitea.sha }} g++ --version
|
run: docker run --rm code.helloryan.se/infra/misc/docker:${{ gitea.sha }} g++ --version
|
||||||
- name: Tag
|
- name: Tag
|
||||||
|
Loading…
Reference in New Issue
Block a user