diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e7072e..9de57b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: quality: name: Quality runs-on: ubuntu-latest - container: gonitro/markdown-link-check:7 + container: 574097476646.dkr.ecr.eu-central-1.amazonaws.com/tools/markdown-link-check:7 timeout-minutes: 10 steps: @@ -41,7 +41,7 @@ jobs: build: name: Build runs-on: ubuntu-latest - container: gonitro/markdown-link-check:7 + container: 574097476646.dkr.ecr.eu-central-1.amazonaws.com/tools/markdown-link-check:7 timeout-minutes: 10 needs: quality diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 35e9caa..256376f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,7 +8,7 @@ jobs: release: name: Release runs-on: ubuntu-latest - container: gonitro/markdown-link-check:7 + container: 574097476646.dkr.ecr.eu-central-1.amazonaws.com/tools/markdown-link-check:7 timeout-minutes: 10 steps: diff --git a/Makefile b/Makefile index 9c60939..5c76c48 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ SHELL := /bin/bash -DOCKER_IMAGE := gonitro/markdown-link-check:7 +DOCKER_IMAGE := 574097476646.dkr.ecr.eu-central-1.amazonaws.com/tools/markdown-link-check:7 .PHONY: go-build go-build: