Skip to content

Commit

Permalink
test with complete local build
Browse files Browse the repository at this point in the history
  • Loading branch information
pavankad committed Aug 17, 2024
1 parent 0a6a456 commit 6faff6e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ on:
push:
branches:
- '**'
env:
CONTAINER_REGISTRY: ${{ vars.CONTAINER_REGISTRY }}
CONTAINER_REGISTRY_USERNAME: ${{ secrets.CONTAINER_REGISTRY_USERNAME }}
CONTAINER_REGISTRY_PASSWORD: ${{ secrets.CONTAINER_REGISTRY_ACCESS_TOKEN }}

jobs:
build-and-test-image:
runs-on: ubuntu-latest
Expand All @@ -35,13 +30,6 @@ jobs:
- name: Update submodules
run: git submodule update --init --recursive

- name: Login to ACR
uses: docker/login-action@v3
with:
registry: ${{ vars.CONTAINER_REGISTRY }}
username: ${{ secrets.CONTAINER_REGISTRY_USERNAME }}
password: ${{ secrets.CONTAINER_REGISTRY_ACCESS_TOKEN }}

- name: Set up Go
uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit 6faff6e

Please sign in to comment.