Skip to content

Commit

Permalink
Update C++_app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VoronM1522 authored Feb 26, 2025
1 parent b03ed7b commit 6a61cd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/C++_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ jobs:
uses: actions/cache@v3
with:
path: /tmp/.buildx-cache
key: ubuntu-docker-${{ hashFiles('app_python/Dockerfile') }}
key: ubuntu-docker-${{ hashFiles('app_C++/Dockerfile') }}
restore-keys: |
ubuntu-docker-
- name: Build and push Docker image
uses: docker/build-push-action@v4
with:
context: app_python
context: app_C++
push: true
tags: ${{ env.DOCKER_IMAGE }}:${{ env.DOCKER_TAG }}

Expand Down

0 comments on commit 6a61cd0

Please sign in to comment.