Skip to content

Commit

Permalink
fix: leak conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
lauti7 committed Feb 15, 2024
1 parent fdf75e6 commit 63abecf
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,28 +47,3 @@ jobs:
env:
DATABASE_URL: postgres://postgres:postgres@localhost:5432/quests_db
REDIS_URL: localhost:6379
<<<<<<< Updated upstream
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to DockerHub
uses: docker/login-action@v2
with:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_TOKEN }}
- name: Debug
run: ls -la
- name: Build and push (quests server)
uses: docker/build-push-action@v3
with:
context: .
push: true
tags: quay.io/decentraland/quests-server:${{ github.sha }}
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: |
PROJECT=quests_server
=======
>>>>>>> Stashed changes

0 comments on commit 63abecf

Please sign in to comment.