1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-30 13:41:13 +02:00

fix errors in CI workflows

This commit is contained in:
Michael Unknown 2022-04-12 23:09:07 +02:00
parent c858f9dd23
commit d36cb2e388
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -32,4 +32,4 @@ jobs:
run: cmake --build build -j4
- name: run
run: ./build/Greeter
run: ./build/GreeterStandalone