Use docker.io
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sainnhe Park 2022-10-28 16:44:33 +08:00
parent f1981bec4f
commit b344a1028c

View File

@ -9,7 +9,7 @@ trigger:
- cpp - cpp
steps: steps:
- name: test - name: test
image: git.sainnhe.dev/sainnhe/gcc:latest image: docker.io/sainnhe/gcc:latest
commands: commands:
- apk add cmake make - apk add cmake make
- cmake . - cmake .