chore(dogfood): add docker compose (#8354)

This commit is contained in:
Colin Adler
2023-07-06 19:46:40 -05:00
committed by GitHub
parent 9a0ba1bdc3
commit 6079cda851
2 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: "{{defaultContext}}:dogfood"
pull: true
push: true
tags: "codercom/oss-dogfood:${{ steps.docker-tag-name.outputs.tag }},codercom/oss-dogfood:latest"
cache-from: type=registry,ref=codercom/oss-dogfood:latest

View File

@ -156,6 +156,7 @@ RUN apt-get update --quiet && apt-get install --yes \
containerd.io \
docker-ce \
docker-ce-cli \
docker-compose-plugin \
packer \
terraform \
fish \