Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
fix: bad image name
Browse files Browse the repository at this point in the history
  • Loading branch information
darkweaver87 committed Jan 25, 2024
1 parent 7f01b76 commit 8c8d86f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/api-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- master
paths:
- '.github/workflow/api-server.yaml'
- '.github/workflows/api-server.yaml'
- 'api-server/**'
push:
branches:
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ github.repository }}
${{ env.REGISTRY }}/${{ github.repository_owner }}/api-server
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=match,pattern=api-server_v\d+.\d+.\d+
Expand Down

0 comments on commit 8c8d86f

Please sign in to comment.