diff options
| author | Baptiste Mispelon <bmispelon@gmail.com> | 2026-03-26 16:17:40 +0100 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2026-03-26 12:24:52 -0300 |
| commit | 46cbab5a0c11104a5984649385e90370cc51edff (patch) | |
| tree | 8f77214eee5046796e0832b3115b6633ba6d8465 /.github | |
| parent | 004b788e60093488ea396d9615007b83faecd39a (diff) | |
Revert "Bump docker/build-push-action from 6 to 7"
This reverts commit 4eaa78b58e5b409f1c75dbd4298e02f075e96889.
This is an attempt at fixing an import error when trying to
deploy the site.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/docker-publish.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/docker-test-build.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index f1369f6a..5f1a8fa2 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -38,7 +38,7 @@ jobs: type=sha - name: Build and push Docker image - uses: docker/build-push-action@v7 + uses: docker/build-push-action@v6 with: context: . push: true diff --git a/.github/workflows/docker-test-build.yml b/.github/workflows/docker-test-build.yml index 9eb78040..dcf0e578 100644 --- a/.github/workflows/docker-test-build.yml +++ b/.github/workflows/docker-test-build.yml @@ -27,7 +27,7 @@ jobs: - if: matrix.req_file != 'tests.txt' name: Test docker image build (${{ matrix.req_file }}) - uses: docker/build-push-action@v7 + uses: docker/build-push-action@v6 with: context: . push: false |
