Skip to content

Commit

Permalink
Update build-image.yml - fixup repo
Browse files Browse the repository at this point in the history
Signed-off-by: Maryam Tahhan <[email protected]>
  • Loading branch information
maryamtahhan authored May 8, 2024
1 parent 9d1a02b commit adf5e9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
include:
- registry: quay.io
organization: afxdp-plugins-for-kubernetes
repository: afxdp-device-plugin
image: afxdp-device-plugin
dockerfile: ./images/amd64.dockerfile
context: .
Expand All @@ -39,7 +38,7 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
tags: ${{matrix.registry}}/${{matrix.organization}}/${{matrix.repository}}/${{matrix.image}}:${{matrix.tags}}
tags: ${{matrix.registry}}/${{matrix.organization}}/${{matrix.image}}:${{matrix.tags}}
labels: 'latest'
file: ${{ matrix.dockerfile }}
build-args: ${{ matrix.build_args }}
Expand Down

0 comments on commit adf5e9c

Please sign in to comment.