We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 445811b commit e8e6125Copy full SHA for e8e6125
.github/workflows/dogfood.yaml
@@ -40,7 +40,7 @@ jobs:
40
password: ${{ secrets.DOCKERHUB_PASSWORD }}
41
42
- name: Build and push
43
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v4
44
with:
45
context: "{{defaultContext}}:dogfood"
46
push: true
0 commit comments