Skip to content

Commit 1f18e7c

Browse files
committed
Update containers; Deleted from Google Cloud; use GitHub host
1 parent a5c82fb commit 1f18e7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/Pipeline.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: '🧰 Checkout'
1717
uses: actions/checkout@v3
1818

19-
- uses: docker://gcr.io/hdl-containers/sim/osvb
19+
- uses: docker://ghcr.io/hdl/sim/osvb:latest
2020
with:
2121
args: ./Ejercicio/vunit_run.py
2222

@@ -29,7 +29,7 @@ jobs:
2929
- name: '🧰 Checkout'
3030
uses: actions/checkout@v3
3131

32-
- uses: docker://gcr.io/hdl-containers/sim
32+
- uses: docker://ghcr.io/hdl/sim:latest
3333
with:
3434
args: ./Proyecto/run.sh
3535

@@ -42,7 +42,7 @@ jobs:
4242
- name: '🧰 Checkout'
4343
uses: actions/checkout@v3
4444

45-
- uses: docker://gcr.io/hdl-containers/impl/icestorm
45+
- uses: docker://ghcr.io/hdl/impl/icestorm:latest
4646
with:
4747
args: ./Extra/run.sh
4848

0 commit comments

Comments
 (0)