Skip to content

Commit

Permalink
fix image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
kenahrens committed Apr 5, 2024
1 parent 4e37bc6 commit 0d8ac1e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:

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

jobs:
build:
Expand All @@ -26,7 +25,7 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Log in to the Container registry
uses: docker/login-action@v3
with:
Expand All @@ -39,11 +38,11 @@ jobs:
with:
context: ./ui/.
push: true
tags: ui:latest
tags: ghcr.io/kenahrens/ai-testing-ui:latest

- name: Build and push API
uses: docker/build-push-action@v5
with:
context: ./api/.
push: true
tags: api:latest
tags: ghcr.io/kenahrens/ai-testing-api:latest

0 comments on commit 0d8ac1e

Please sign in to comment.