Skip to content

Commit

Permalink
Update buildAndPushContainer.yml with new file paths
Browse files Browse the repository at this point in the history
- Updated the context and file paths in buildAndPushContainer.yml to reflect the new directory structure.
- Replaced the old paths with the updated paths for Dockerfile and container context.
  • Loading branch information
DoPaNik committed Dec 10, 2023
1 parent 004ec6d commit 2989983
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/buildAndPushContainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}
uses: docker/[email protected]
with:
context: ./supplychain/container/
file: ./supplychain/container/Dockerfile
context: ./2_supplychain/2_praxis/DemoContainerSecurity/Demo/container/
file: ./2_supplychain/2_praxis/DemoContainerSecurity/Demo/container/Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: |
Expand All @@ -49,8 +49,8 @@ jobs:
if: ${{ github.event_name == 'pull_request' }}
uses: docker/[email protected]
with:
context: ./supplychain/container/
file: ./supplychain/container/Dockerfile
context: ./2_supplychain/2_praxis/DemoContainerSecurity/Demo/container/
file: ./2_supplychain/2_praxis/DemoContainerSecurity/Demo/container/Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: |
Expand Down

0 comments on commit 2989983

Please sign in to comment.