Skip to content

Commit

Permalink
fixes local repo remove
Browse files Browse the repository at this point in the history
Signed-off-by: jkalinic <[email protected]>
  • Loading branch information
jankalinic committed Jul 17, 2024
1 parent 84e46be commit b87ec94
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ jobs:
runs-on: ubuntu-latest
name: snapshot
if: ${{github.event.pull_request.merged == true}}
services:
registry:
image: registry:2
ports:
- 5000:5000

steps:
- name: Checkout
Expand Down Expand Up @@ -49,8 +44,6 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
driver-opts: network=host

- name: Build and Push API and Operator Image
run: |
Expand Down

0 comments on commit b87ec94

Please sign in to comment.