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 368d99f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .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 Down

0 comments on commit 368d99f

Please sign in to comment.