Skip to content

Commit

Permalink
chore: Debug publish image workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
akxcv committed Dec 11, 2024
1 parent 14c14db commit b2d77b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish_image.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: continuous_integration

on:
pull_request: # temp
workflow_dispatch:
inputs:
tag:
Expand All @@ -14,7 +15,7 @@ concurrency:

env:
REGISTRY: ghcr.io
IMAGE_NAME: nekko-api
IMAGE_NAME: aifoundry-org/nekko-api

jobs:
build-image:
Expand All @@ -40,7 +41,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: ${{ inputs.tag }}
tags: ${{ inputs.tag || 'test' }}
- name: Build and push image
id: push
uses: docker/build-push-action@v6
Expand Down

0 comments on commit b2d77b2

Please sign in to comment.