Skip to content

Commit

Permalink
fix docker tag in pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Jul 29, 2022
1 parent 77b4a93 commit 19dd466
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -481,10 +481,11 @@ jobs:
export DOCKER_TAG=dev
else
docker tag geotrek:latest geotrekce/admin:$(cat VERSION)
docker push geotrek:latest geotrekce/admin:$(cat VERSION)
docker push geotrekce/admin:$(cat VERSION)
export DOCKER_TAG=latest
fi
docker push geotrek:latest geotrekce/admin:$DOCKER_TAG
docker tag geotrek:latest geotrekce/admin:$DOCKER_TAG
docker push geotrekce/admin:$DOCKER_TAG
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
Expand Down

0 comments on commit 19dd466

Please sign in to comment.