Attempt to fix release pipeline by installing docker
All checks were successful
CI / CI (push) Successful in 10m23s

This commit is contained in:
Brian Tarricone 2023-09-20 20:43:04 -07:00
parent 10f22956b6
commit f8cc11dc34

View File

@ -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