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.
2 parents 8f352ed + 2d4952f commit f107007Copy full SHA for f107007
1 file changed
.github/workflows/ci.yml
@@ -74,7 +74,7 @@ jobs:
74
steps:
75
- uses: actions/checkout@v6
76
- name: Set up Docker Buildx
77
- uses: docker/setup-buildx-action@v3
+ uses: docker/setup-buildx-action@v4
78
- run: docker compose -f docker-compose.yml pull --include-deps drupal
79
- name: Build the docker compose stack
80
run: docker compose -f docker-compose.yml build --pull --build-arg BASE_IMAGE_TAG=${{ matrix.drupal_version }} drupal
0 commit comments