Skip to content

Commit

Permalink
Merge pull request #2 from IsantePlus/patch-isanteplus-version
Browse files Browse the repository at this point in the history
Fix version setup
  • Loading branch information
pmanko committed Dec 18, 2021
2 parents dbaa4e3 + 76c43de commit e0540f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
ISANTEPLUS_VERSION: main

jobs:
deploy:
Expand Down Expand Up @@ -45,7 +44,5 @@ jobs:
with:
context: .
push: true
build-args: |
ISANTEPLUS_VERSION=${{ env.ISANTEPLUS_VERSION }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM alpine/git as download

WORKDIR /

ARG ISANTEPLUS_VERSION=main
ARG ISANTEPLUS_VERSION=v2.0.0-SNAPSHOT-2

RUN git clone --depth 1 --branch $ISANTEPLUS_VERSION https://github.com/IsantePlus/openmrs-distro-isanteplus.git

Expand Down

0 comments on commit e0540f4

Please sign in to comment.