ci: normalize workflow expression spacing

Agent-Logs-Url: https://github.com/transloadit/uppy/sessions/7578f29e-00cc-4e5f-bad0-3b9b151f56ae

Co-authored-by: mifi <402547+mifi@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-05-08 08:08:58 +00:00 committed by GitHub
parent d573a7c2a0
commit f234f7a30e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -63,8 +63,8 @@ jobs:
- name: Log in to DockerHub
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
with:
username: ${{secrets.DOCKER_USERNAME}}
password: ${{secrets.DOCKER_PASSWORD}}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
with:
@ -83,8 +83,8 @@ jobs:
- name: Log in to DockerHub
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
with:
username: ${{secrets.DOCKER_USERNAME}}
password: ${{secrets.DOCKER_PASSWORD}}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Publish edge manifest
run: |
docker buildx imagetools create \