Skip to content

Commit

Permalink
Update build-image.yml with quay organization
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 037661c commit 46c8ebf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Image CI
name: Build AF_XDP Device Plugin Image

on:
push:
Expand All @@ -15,6 +15,7 @@ jobs:
matrix:
include:
- registry: quay.io
organization: afxdp-plugins-for-kubernetes
repository: afxdp-device-plugin
image: afxdp-device-plugin
dockerfile: ./images/amd64.dockerfile
Expand All @@ -36,7 +37,7 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
tags: ${{matrix.registry}}/${{matrix.repository}}/${{matrix.image}}:${{matrix.tags}}
tags: ${{matrix.registry}}/${{matrix.organization}}/${{matrix.repository}}/${{matrix.image}}:${{matrix.tags}}
labels: 'latest'
file: ${{ matrix.dockerfile }}
build-args: ${{ matrix.build_args }}
Expand Down

0 comments on commit 46c8ebf

Please sign in to comment.