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

Commit

Permalink
fix: docker build not using proper tag (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
darkweaver87 authored Jan 26, 2024
1 parent ac40d90 commit a4a3f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
${{ 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+)
type=match,pattern=api-server_(v\d+.\d+.\d+),group=1
type=raw,value={{branch}}-{{sha}}-{{date 'X'}},enable={{is_default_branch}}
type=ref,event=pr
- name: build docker images
Expand Down

0 comments on commit a4a3f67

Please sign in to comment.