mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-08-30 21:51:12 +02:00
fix errors in CI workflows
This commit is contained in:
parent
c858f9dd23
commit
d36cb2e388
2 changed files with 2 additions and 2 deletions
2
.github/workflows/docker-ci.yml
vendored
2
.github/workflows/docker-ci.yml
vendored
|
@ -58,6 +58,6 @@ jobs:
|
|||
file: ./standalone/Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: false
|
||||
tags: ${{ secrets.DOCKERHUB_USERNAME }}/webapi:ci
|
||||
tags: ${{ secrets.DOCKERHUB_USERNAME }}/greeter-webapi:ci
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
|
2
.github/workflows/standalone.yml
vendored
2
.github/workflows/standalone.yml
vendored
|
@ -32,4 +32,4 @@ jobs:
|
|||
run: cmake --build build -j4
|
||||
|
||||
- name: run
|
||||
run: ./build/Greeter
|
||||
run: ./build/GreeterStandalone
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue