Skip to content

Commit

Permalink
fix: actions docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
Björn Urban committed Feb 22, 2024
1 parent 54fcc75 commit d9065c7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ jobs:
uses: actions/download-artifact@v4
with:
name: production-artifacts
merge-multiple: true
- name: Set up Docker Build
uses: docker/setup-buildx-action@v3

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ jobs:
uses: actions/download-artifact@v4
with:
name: production-artifacts
merge-multiple: true
- name: Set up Docker Build
uses: docker/setup-buildx-action@v3

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ jobs:
uses: actions/download-artifact@v4
with:
name: production-artifacts
merge-multiple: true
- name: Set up Docker Build
uses: docker/setup-buildx-action@v3

Expand Down

0 comments on commit d9065c7

Please sign in to comment.