diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4ba5c5105..745c4050c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -244,7 +244,7 @@ jobs: cp packages/[Bb]rian2*cp312-manylinux*_x86_64.whl dist cp packages/[Bb]rian2*cp312-manylinux*_aarch64.whl dist - name: Build (and potentially push) the Docker image - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 # https://github.com/docker/build-push-action with: context: . @@ -259,7 +259,7 @@ jobs: labels: ${{ steps.meta.outputs.labels }} - name: Push docker image to dev repository if: ${{ github.repository == 'brian-team/brian2' && github.event_name == 'push' && !startsWith(github.ref, 'refs/tags') && github.actor != 'dependabot[bot]'}} - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 with: context: . file: docker/Dockerfile