File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828 uses : docker/setup-buildx-action@v3.8.0
2929
3030 - name : Build ${{ matrix.configuration }} Docker image from ${{ matrix.file }}
31- uses : docker/build-push-action@v6.10 .0
31+ uses : docker/build-push-action@v6.11 .0
3232 with :
3333 build-args : CONFIGURATION=${{ matrix.configuration }}
3434 context : .
Original file line number Diff line number Diff line change 5050 echo "DH_REPOSITORY=$(echo ${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }} | tr '[:upper:]' '[:lower:]')" >> "$GITHUB_ENV"
5151
5252 - name : Build and publish Docker image from Dockerfile.Service
53- uses : docker/build-push-action@v6.10 .0
53+ uses : docker/build-push-action@v6.11 .0
5454 with :
5555 context : .
5656 file : Dockerfile.Service
Original file line number Diff line number Diff line change 5050 echo "DH_REPOSITORY=$(echo ${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }} | tr '[:upper:]' '[:lower:]')" >> "$GITHUB_ENV"
5151
5252 - name : Build and publish Docker image from Dockerfile
53- uses : docker/build-push-action@v6.10 .0
53+ uses : docker/build-push-action@v6.11 .0
5454 with :
5555 context : .
5656 platforms : ${{ env.PLATFORMS }}
Original file line number Diff line number Diff line change 5151 echo "DH_REPOSITORY=$(echo ${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }} | tr '[:upper:]' '[:lower:]')" >> "$GITHUB_ENV"
5252
5353 - name : Build and publish Docker image from Dockerfile
54- uses : docker/build-push-action@v6.10 .0
54+ uses : docker/build-push-action@v6.11 .0
5555 with :
5656 context : .
5757 platforms : ${{ env.PLATFORMS }}
You can’t perform that action at this time.
0 commit comments