Skip to content

Commit

Permalink
Update docker-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
monotek authored Oct 12, 2023
1 parent b42f033 commit b4f3686
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
ghcr.io/${{ github.repository_owner }}/cloudflare_exporter
tags: |
type=ref,event=branch
type=ref,event=tag
type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}.{{minor}}
type=semver,pattern=v{{major}}
ghcr.io/${{ github.repository_owner }}/cloudflare-exporter
tags: |
type=ref,event=branch
type=ref,event=tag
type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}.{{minor}}
type=semver,pattern=v{{major}}
- name: Build and push
id: docker_build
Expand Down

0 comments on commit b4f3686

Please sign in to comment.