Skip to content

Commit

Permalink
feat(ci): rename miw service GH repo
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoscode committed Jun 1, 2023
1 parent 8556169 commit ab9c7ff
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/service-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ on:
push:
branches: [ develop, main ]
workflow_dispatch:
branches: [ develop, main ]

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}_service
IMAGE_NAME: ${{ github.repository }}_MIW_service

jobs:
build-and-push-image:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
permissions:
contents: read
packages: write
Expand Down

0 comments on commit ab9c7ff

Please sign in to comment.