Skip to content

Commit

Permalink
refactor(ci): ensure caching is configured correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisRayM committed Apr 24, 2023
1 parent bc0ad99 commit ca0aa7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ecr-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
context: .
file: ./docker/onadata-uwsgi/Dockerfile.alpine
platforms: linux/amd64
cache-from: type=registry,ref=${{ steps.login-ecr.outputs.registry }}/onaio/onadata:${{ env.version }}
cache-from: type=registry,ref=${{ steps.login-ecr.outputs.registry }}/onaio/onadata:${{ env.version }}-alpine
cache-to: type=inline
ssh: |
default=/tmp/ssh-agent.sock
Expand Down

0 comments on commit ca0aa7e

Please sign in to comment.