Skip to content

Commit

Permalink
Merge pull request #1 from Netcracker/test_build
Browse files Browse the repository at this point in the history
Update push.yaml
  • Loading branch information
mrMigles authored Nov 19, 2024
2 parents 8c0f00a + 9c774e0 commit e98d1ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
uses: docker/build-push-action@v5
with:
no-cache: true
context: ${{ matrix.component.context }}
context: .
file: ${{ matrix.component.file }}
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/netcracker/${{ matrix.component.name }}:${{ env.TAG_NAME }}
provenance: false
provenance: false

0 comments on commit e98d1ad

Please sign in to comment.