Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hany-mhajna-payu-gpo authored Nov 28, 2024
1 parent 0db39c2 commit c00a949
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
platforms: linux/arm64,linux/amd64
file: ./Dockerfile
push: true
tags: ghcr.io/castai/egressd/egressd:${{ github.sha }}
tags: ghcr.io/hany-mhajna-payu-gpo/egressd/egressd:${{ github.sha }}

- name: Build and push (egressd exporter)
if: ${{ github.event_name != 'release' }}
Expand All @@ -107,7 +107,7 @@ jobs:
platforms: linux/arm64,linux/amd64
file: ./Dockerfile.exporter
push: true
tags: ghcr.io/castai/egressd/egressd-exporter:${{ github.sha }}
tags: ghcr.io/hany-mhajna-payu-gpo/egressd/egressd-exporter:${{ github.sha }}

e2e:
name: E2E
Expand Down

0 comments on commit c00a949

Please sign in to comment.