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