Attempt to fix release pipeline by installing docker
All checks were successful
CI / CI (push) Successful in 10m29s
All checks were successful
CI / CI (push) Successful in 10m29s
This commit is contained in:
parent
10f22956b6
commit
5b3f728bad
@ -19,6 +19,11 @@ jobs:
|
||||
name: Publish to Docker Hub
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: install docker
|
||||
run:
|
||||
- apt update
|
||||
- apt install -y docker.io
|
||||
- apt clean
|
||||
- uses: https://gitea.com/actions/checkout@v3
|
||||
- name: docker meta
|
||||
id: meta
|
||||
|
Loading…
Reference in New Issue
Block a user