Skip to content

Commit

Permalink
Revert "fix: Run tests step on docker.yml action to use GitHub SHA in…
Browse files Browse the repository at this point in the history
…stead of digest"

This reverts commit 43cecfa.
  • Loading branch information
aleortega committed Feb 28, 2024
1 parent 43cecfa commit df82224
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ 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 @@ -62,7 +61,7 @@ jobs:
docker run \
-v $(pwd)/tmp/Unity:/root/.local/share/unity3d/Unity \
-v $(pwd):/app \
quay.io/decentraland/${{ matrix.service_name }}@next \
quay.io/decentraland/${{ matrix.service_name }}@${{ steps.docker_build.outputs.digest }} \
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 df82224

Please sign in to comment.