Skip to content

Commit

Permalink
Use Docker images from ghcr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Nov 1, 2020
1 parent 9cd0943 commit 1bb9eb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
needs: lint
runs-on: ubuntu-latest
container:
image: wyrihaximusnet/php:${{ matrix.php }}-zts-alpine3.12-dev-root
image: ghcr.io/wyrihaximusnet/php:${{ matrix.php }}-zts-alpine3.12-dev-root
steps:
- uses: actions/checkout@v1
- name: Cache composer packages
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- generate-checks-strategy
runs-on: ubuntu-latest
container:
image: wyrihaximusnet/php:${{ matrix.php }}-zts-alpine3.12-dev-root
image: ghcr.io/wyrihaximusnet/php:${{ matrix.php }}-zts-alpine3.12-dev-root
steps:
- uses: actions/checkout@v1
- name: Cache composer packages
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ else
-v "`pwd`:`pwd`" \
-v "${COMPOSER_CACHE_DIR}:/home/app/.composer/cache" \
-w "`pwd`" \
"wyrihaximusnet/php:${PHP_VERSION}-nts-alpine3.12-dev"
"ghcr.io/wyrihaximusnet/php:${PHP_VERSION}-nts-alpine3.12-dev"
endif

all: ## Runs everything ###
Expand Down

0 comments on commit 1bb9eb1

Please sign in to comment.