Move images to GHCR

Closes #735
This commit is contained in:
Jacob Wujciak-Jens 2020-09-19 16:39:20 +02:00 committed by GitHub
parent 87db6105ed
commit 7bfe1ed1e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,8 +16,8 @@ FROM koalaman/shellcheck:v0.7.1 as shellcheck
FROM wata727/tflint:0.20.1 as tflint FROM wata727/tflint:0.20.1 as tflint
FROM accurics/terrascan:d182f1c as terrascan FROM accurics/terrascan:d182f1c as terrascan
FROM hadolint/hadolint:latest-alpine as dockerfile-lint FROM hadolint/hadolint:latest-alpine as dockerfile-lint
FROM assignuser/lintr-lib:v0.1.0 as lintr-lib FROM ghcr.io/assignuser/lintr-lib:0.1.2 as lintr-lib
FROM assignuser/chktex-alpine:v0.1.0 as chktex FROM ghcr.io/assignuser/chktex-alpine:0.1.1 as chktex
################## ##################
# Get base image # # Get base image #