Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dragos-dobre authored Oct 25, 2024
1 parent 187263f commit 8aef856
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: create daily docker image on develop
name: Create daily Docker image on develop
on:
workflow_dispatch:
schedule:
Expand All @@ -16,7 +16,7 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build the openimis backend Docker image
- name: Building the openIMIS Frontend Docker image
run: |
LABEL=develop
docker build . --tag ghcr.io/openimis/openimis-fe:${LABEL}
Expand Down

0 comments on commit 8aef856

Please sign in to comment.