Skip to content

Commit

Permalink
fix: Run tests step on docker.yml action to use GitHub SHA instead of…
Browse files Browse the repository at this point in the history
… digest
  • Loading branch information
aleortega committed Feb 28, 2024
1 parent a430fec commit 43cecfa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
push: ${{ github.ref == 'refs/heads/main' }}
tags: quay.io/decentraland/${{ matrix.service_name }}:next,quay.io/decentraland/${{ matrix.service_name }}:${{ github.sha }}
#load: true
load: true
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: |
Expand All @@ -61,7 +62,7 @@ jobs:
docker run \
-v $(pwd)/tmp/Unity:/root/.local/share/unity3d/Unity \
-v $(pwd):/app \
quay.io/decentraland/${{ matrix.service_name }}@${{ steps.docker_build.outputs.digest }} \
quay.io/decentraland/${{ matrix.service_name }}@next \
sh -c "cd /app ; ls -la ; chmod +x ci-editmode-test.sh ; ./ci-editmode-test.sh"
- name: Run test conversion of urn:decentraland:off-chain:base-avatars:brown_pants
Expand Down

0 comments on commit 43cecfa

Please sign in to comment.