Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6079cda

Browse files
authored
chore(dogfood): add docker compose (#8354)
1 parent 9a0ba1b commit 6079cda

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/dogfood.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
uses: docker/build-push-action@v4
4747
with:
4848
context: "{{defaultContext}}:dogfood"
49+
pull: true
4950
push: true
5051
tags: "codercom/oss-dogfood:${{ steps.docker-tag-name.outputs.tag }},codercom/oss-dogfood:latest"
5152
cache-from: type=registry,ref=codercom/oss-dogfood:latest

dogfood/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ RUN apt-get update --quiet && apt-get install --yes \
156156
containerd.io \
157157
docker-ce \
158158
docker-ce-cli \
159+
docker-compose-plugin \
159160
packer \
160161
terraform \
161162
fish \

0 commit comments

Comments
 (0)