We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 994283e commit 11167c1Copy full SHA for 11167c1
.github/workflows/images.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: '🛳️ Build container image'
58
run: |
59
docker build -t ghcr.io/vunit/dev/nvc -<<EOF
60
- FROM gcr.io/hdl-containers/nvc
+ FROM hub.docker.com/u/hdlc/nvc
61
62
RUN apt-get update -qq \
63
&& DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends \
0 commit comments