This commit is contained in:
Annika Merris 2024-02-04 21:26:46 -05:00
parent 882ab6eb1e
commit abd70c2973

View file

@ -32,7 +32,7 @@ jobs:
$(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \
tee /etc/apt/sources.list.d/docker.list > /dev/null
apt-get update
apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
- name: Check out the repo
uses: https://github.com/actions/checkout@v4
- name: Get Metadata For Docker