Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov committed Mar 4, 2024
1 parent 90ff1ce commit 7a897b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
context: .
file: ${{ matrix.dockerfile }}
tags: ${{ matrix.image }}
cache-from: type=gha
cache-to: type=gha,mode=max
cache-from: type=gha,ref=${{ matrix.image }}
cache-to: type=gha,ref=${{ matrix.image }},mode=max
outputs: type=docker,dest=/tmp/${{ matrix.name }}.tar

- name: Upload artifact
Expand Down

0 comments on commit 7a897b7

Please sign in to comment.