Skip to content

Commit 2415c3b

Browse files
authored
fix actions
1 parent ec38870 commit 2415c3b

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/docker.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: publish
2-
on:
3-
tags:
2+
on:
3+
release:
44
jobs:
55
publish-docker-image:
66
runs-on: ubuntu-latest
@@ -10,10 +10,10 @@ jobs:
1010
uses: docker/login-action@v1
1111
with:
1212
registry: ghcr.io
13-
username: ${{ github.actor }}
14-
password: ${{ secrets.GITHUB_TOKEN }}
15-
- name: Build the docker Docker image
13+
username: ${{ github.actor }}
14+
password: ${{ secrets.GITHUB_TOKEN }}
15+
- name: Build the hello-docker Docker image
1616
run: |
17-
docker build . --tag ghcr.io/openimis/openimis-be:${GITHUB_REF##*/}
18-
docker run ghcr.io/openimis/openimis-be:${GITHUB_REF##*/}
19-
docker push ghcr.io/openimis/openimis-be:${GITHUB_REF##*/}
17+
docker build . --tag ghcr.io/openimis/openimis-mssql:${GITHUB_REF##*/}
18+
docker run ghcr.io/openimis/openimis-mssql:${GITHUB_REF##*/}
19+
docker push ghcr.io/openimis/openimis-mssql:${GITHUB_REF##*/}

.github/workflows/openmis-module-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
path: './new'
3535
- name: generate new files
3636
working-directory: ./new
37-
run: bash concatenate_files.sh
37+
run: bash script/concatenate_files.sh
3838
- name: install linux packages
3939
run: |
4040
mkdir ./oldMain

0 commit comments

Comments
 (0)