Skip to content

Commit

Permalink
Update mantis-cli-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ncoder2 authored May 9, 2024
1 parent a83cfc1 commit f268510
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mantis-cli-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME: phonepe/mantis

jobs:
build-and-push-image:
Expand Down Expand Up @@ -38,5 +38,5 @@ jobs:
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit f268510

Please sign in to comment.