We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2439e70 commit 72f7dd6Copy full SHA for 72f7dd6
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
cache-to: type=gha,mode=max
45
provenance: false
46
47
- - name: Run the build process with Docker
+ - name: Docker Run
48
uses: addnab/docker-run-action@v3
49
with:
50
image: ${{ steps.login-ecr.outputs.registry }}/${{ env.ECR_REPOSITORY }}:${{ github.sha }}
0 commit comments