We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a0ba1b commit 6079cdaCopy full SHA for 6079cda
.github/workflows/dogfood.yaml
@@ -46,6 +46,7 @@ jobs:
46
uses: docker/build-push-action@v4
47
with:
48
context: "{{defaultContext}}:dogfood"
49
+ pull: true
50
push: true
51
tags: "codercom/oss-dogfood:${{ steps.docker-tag-name.outputs.tag }},codercom/oss-dogfood:latest"
52
cache-from: type=registry,ref=codercom/oss-dogfood:latest
dogfood/Dockerfile
@@ -156,6 +156,7 @@ RUN apt-get update --quiet && apt-get install --yes \
156
containerd.io \
157
docker-ce \
158
docker-ce-cli \
159
+ docker-compose-plugin \
160
packer \
161
terraform \
162
fish \
0 commit comments