Skip to content

Commit

Permalink
ci(web): merge-multiple (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
M4RC02U1F4A4 authored Apr 28, 2024
1 parent 2a1d1e0 commit f83a31a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/web-backend-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jobs:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
merge-multiple: true

- name: Registry login
run: echo "${{ secrets.GITHUB_TOKEN }}" | podman login -u ${{ github.actor }} --password-stdin ${{ env.REGISTRY }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/web-frontend-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jobs:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
merge-multiple: true

- name: Registry login
run: echo "${{ secrets.GITHUB_TOKEN }}" | podman login -u ${{ github.actor }} --password-stdin ${{ env.REGISTRY }}
Expand Down

0 comments on commit f83a31a

Please sign in to comment.