Skip to content

Commit

Permalink
fix: release
Browse files Browse the repository at this point in the history
  • Loading branch information
revolunet committed Aug 30, 2024
1 parent 534c5f7 commit e919b75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ jobs:
docker tag $IMAGE_NAME $GH_IMAGE_ID:$VERSION
docker push $GH_IMAGE_ID:$VERSION
docker tag $IMAGE_NAME betagouv/aplus:$VERSION
docker push betagouv/aplus:$VERSION
#docker tag $IMAGE_NAME betagouv/aplus:$VERSION
#docker push betagouv/aplus:$VERSION
if [ "$VERSION" == "latest" ]; then
VERSION=main-$(date +'%Y-%m-%dt%H-%M-%Sz')-$(git rev-parse --short HEAD)
echo VERSION=$VERSION
docker tag $IMAGE_NAME $GH_IMAGE_ID:$VERSION
docker push $GH_IMAGE_ID:$VERSION
docker tag $IMAGE_NAME betagouv/aplus:$VERSION
docker push betagouv/aplus:$VERSION
#docker tag $IMAGE_NAME betagouv/aplus:$VERSION
#docker push betagouv/aplus:$VERSION
fi

0 comments on commit e919b75

Please sign in to comment.