Skip to content

Commit

Permalink
Reflect comments
Browse files Browse the repository at this point in the history
Signed-off-by: Daichi Sakaue <[email protected]>
  • Loading branch information
yokaze committed Oct 23, 2024
1 parent 20899f3 commit bef9652
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,21 @@ jobs:
run: make check-generate
- name: Run lint
run: make lint
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build cilium-agent-proxy
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
push: false
tags: cilium-agent-proxy:dev
- name: Run environment
working-directory: e2e
run: |
Expand Down

0 comments on commit bef9652

Please sign in to comment.