Skip to content

Commit

Permalink
Merge pull request #742 from SparebankenVest/fix-workflow-indent
Browse files Browse the repository at this point in the history
fix workflow indent
  • Loading branch information
andreasthuen authored Sep 11, 2024
2 parents 20f0f3a + 83417a7 commit d64b7df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ inputs:
required: true
docker-reg:
description: "Docker registry docker repository"
default: "dokken.azurecr.io"
default: "akv2k8s.azurecr.io"
docker-url:
description: "Docker registry url docker repository"
default: "dokken.azurecr.io"
default: "akv2k8s.azurecr.io"

runs:
using: "composite"
Expand All @@ -27,7 +27,7 @@ runs:
- name: Setup docker buildx
run: |
make login-to-docker DOCKER_INTERNAL_URL=${{ inputs.docker-url }} DOCKER_INTERNAL_USER=${{ inputs.docker-user }} DOCKER_INTERNAL_PASSW=${{ inputs.docker-passw}}
make setup-docker-buildx
make setup-docker-buildx
shell: bash

- name: Build docker image
Expand Down

0 comments on commit d64b7df

Please sign in to comment.