Skip to content

Commit a8ff3cb

Browse files
committed
Fix image URIs
1 parent cee1c8f commit a8ff3cb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/push_pull.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
debian:
5353
runs-on: ubuntu-latest
5454
container:
55-
image: ghcr.io/jngrad/espresso-docker/debian:4d3e236db5ae334ddcc9c3c82aae7637faa5dabc-base-layer
55+
image: ghcr.io/espressomd/docker/debian:4d3e236db5ae334ddcc9c3c82aae7637faa5dabc-base-layer
5656
credentials:
5757
username: ${{ github.actor }}
5858
password: ${{ secrets.github_token }}
@@ -93,7 +93,7 @@ jobs:
9393
runs-on: ubuntu-latest
9494
if: ${{ github.repository == 'espressomd/espresso' }}
9595
container:
96-
image: ghcr.io/jngrad/espresso-docker/ubuntu-wo-dependencies:4d3e236db5ae334ddcc9c3c82aae7637faa5dabc-base-layer
96+
image: ghcr.io/espressomd/docker/ubuntu-wo-dependencies:4d3e236db5ae334ddcc9c3c82aae7637faa5dabc-base-layer
9797
credentials:
9898
username: ${{ github.actor }}
9999
password: ${{ secrets.github_token }}
@@ -135,7 +135,7 @@ jobs:
135135
runs-on: ubuntu-latest
136136
if: ${{ github.repository == 'espressomd/espresso' }}
137137
container:
138-
image: ghcr.io/jngrad/espresso-docker/fedora:4d3e236db5ae334ddcc9c3c82aae7637faa5dabc-base-layer
138+
image: ghcr.io/espressomd/docker/fedora:4d3e236db5ae334ddcc9c3c82aae7637faa5dabc-base-layer
139139
credentials:
140140
username: ${{ github.actor }}
141141
password: ${{ secrets.github_token }}

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: ghcr.io/jngrad/espresso-docker/ubuntu:4d3e236db5ae334ddcc9c3c82aae7637faa5dabc
1+
image: ghcr.io/espressomd/docker/ubuntu:4d3e236db5ae334ddcc9c3c82aae7637faa5dabc
22

33
stages:
44
- prepare

0 commit comments

Comments
 (0)