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 23, 2024
1 parent d9065c7 commit 8f02593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Download build artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: production-artifacts
- name: Set up Docker Build
Expand Down

0 comments on commit 8f02593

Please sign in to comment.