Skip to content

Commit

Permalink
try #12 changing docker mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkermichael committed Oct 18, 2022
1 parent 21f38df commit f8f6264
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
consul-k8s-image:
required: false
type: string
default: docker.mirror.hashicorp.services/hashicorpdev/consul-k8s-control-plane:latest
default: "docker.mirror.hashicorp.services/hashicorpdev/consul-k8s-control-plane:$(git rev-parse --short HEAD)"
directory:
required: true
type: string
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
name: ${{ inputs.name }}-${{ matrix.test-packages }}-gotestsum-report.xml
path: ${{ env.TEST_RESULTS }}/gotestsum-report.xml

- name: Upload debug (on failure)
- name: Upload debug (on failure)
if: failure()
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit f8f6264

Please sign in to comment.