Skip to content

Commit

Permalink
ci: build nginxsss
Browse files Browse the repository at this point in the history
  • Loading branch information
mb-wali committed Dec 12, 2024
1 parent fd27e1d commit 8a34517
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:
context: .
file: Dockerfile-nginx-mug
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
tags: nginx-${{ steps.meta.outputs.tags }}
labels: nginx-${{ steps.meta.outputs.labels }}
2 changes: 1 addition & 1 deletion mug-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
- "9600:9600"

frontend:
image: instance-frontend
image: ghcr.io/sharedrdm/inveniordm-mug-nginx:main
depends_on:
- web-ui
- web-api
Expand Down

0 comments on commit 8a34517

Please sign in to comment.