mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
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:
parent
d573a7c2a0
commit
f234f7a30e
1 changed files with 4 additions and 4 deletions
8
.github/workflows/companion-deploy.yml
vendored
8
.github/workflows/companion-deploy.yml
vendored
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue