Skip to content

Commit

Permalink
fix: workflow typo (traefik-workshops#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
darkweaver87 authored and immanuelfodor committed Feb 26, 2024
1 parent 9a4496b commit f2b1f37
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 @@ -11,7 +11,7 @@ on:
branches:
- master
paths:
- '.github/workflow/api-server.yaml'
- '.github/workflows/api-server.yaml'
- 'api-server/**'
tags:
- 'api-server_v[0-9]+.[0-9]+.[0-9]+'
Expand Down Expand Up @@ -42,7 +42,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+)
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 f2b1f37

Please sign in to comment.