Skip to content

Commit

Permalink
Small changes to build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan committed Nov 9, 2023
1 parent 9fedd39 commit 33093c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,14 @@ jobs:
with:
creds: ${{ secrets.azureCredentials }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: "Docker Login"
- name: Azure Docker Login
uses: azure/docker-login@v1
with:
login-server: ${{ secrets.registryLoginServer }}
username: ${{ secrets.registryUsername }}
password: ${{ secrets.registryPassword }}

- name: Build and push
- name: Build and Push
uses: docker/build-push-action@v5
with:
tags: |
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/krill_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
paths:
- samples/krill/**

env:
REGISTRY: azbluefin.azurecr.io/krill

jobs:
call-docker-build:
uses: ./.github/workflows/docker_build.yml
Expand Down

0 comments on commit 33093c9

Please sign in to comment.