Skip to content

Commit

Permalink
Fix another CI bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrit committed Jun 23, 2023
1 parent 86da1ea commit 51469e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
uses: docker/metadata-action@v3
with:
images: ${{ env.HARDHAT_IMAGE }}
- name: Make upload dir
run: mkdir -p ${{ env.UPLOAD_DIR }}
- name: build-and-push
uses: docker/build-push-action@v2
with:
Expand Down Expand Up @@ -93,7 +95,7 @@ jobs:
key: ${{ runner.os }}-multi-buildx-${{ github.sha }}
restore-keys: |
${{ runner.os }}-multi-buildx
- name: Maked upload dir
- name: Make upload dir
run: mkdir -p ${{ env.UPLOAD_DIR }}
- name: build-and-push
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 51469e0

Please sign in to comment.