Skip to content

Commit

Permalink
fix: pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
aleortega committed Mar 12, 2024
1 parent e0adbd6 commit e1e06bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: ${{ github.event.inputs.branch_name }}
lfs: true

- name: Login to DockerHub
Expand All @@ -27,7 +26,7 @@ jobs:

- name: Mark published image as next
run: |
COMMIT_HASH=$(git rev-parse HEAD^)
COMMIT_HASH=$(git rev-parse HEAD)
docker pull quay.io/decentraland/lods-generator:${COMMIT_HASH}
docker tag quay.io/decentraland/lods-generator:${COMMIT_HASH} quay.io/decentraland/lods-generator:next
docker push quay.io/decentraland/lods-generator:next
1 change: 0 additions & 1 deletion .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: ${{ github.event.inputs.branch_name }}
lfs: true

- name: Login to DockerHub
Expand Down

0 comments on commit e1e06bd

Please sign in to comment.