Skip to content

Commit

Permalink
cicd: use golang image from quay.io
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Zmeskal <jzmeskal@redhat.com>
  • Loading branch information
Jan Zmeskal authored and ldelossa committed Dec 7, 2020
1 parent 8ef8509 commit 30444f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -66,7 +66,7 @@ jobs:
tests:
name: Tests
runs-on: ubuntu-latest
container: docker.io/library/golang:${{ matrix.go }}-alpine
container: quay.io/app-sre/golang:${{ matrix.go }}-alpine
env:
POSTGRES_CONNECTION_STRING: "host=clair-db port=5432 user=clair dbname=clair sslmode=disable"
RABBITMQ_CONNECTION_STRING: "amqp://guest:guest@clair-rabbitmq:5672/"
Expand Down

0 comments on commit 30444f3

Please sign in to comment.