start docker
Some checks failed
ci / checkout (push) Failing after 21s

This commit is contained in:
R.J. 2025-01-31 05:49:04 +01:00
parent 2e10aac8ef
commit 42e4e6a8a3
No known key found for this signature in database
GPG key ID: D85876B31F4275CF

View file

@ -15,6 +15,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Login - name: Login
run: echo "${{ secrets.TOKEN}}" | docker login -u deke git.dekedin.me --password-stdin run: echo "${{ secrets.TOKEN}}" | docker login -u deke git.dekedin.me --password-stdin
- run: service docker start
- name: Build - name: Build
run: docker build -t devenv . run: docker build -t devenv .
- name: Push image - name: Push image