Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rucciva committed Aug 29, 2024
1 parent fc04fa4 commit a305ff5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ matrix.image.target }}
tags: |
type=semver,pattern={{version}},value=v{{ matrix.image.version }}
type=semver,pattern={{major}}.{{minor}},value=v{{ matrix.image.version }}
type=semver,pattern={{version}},value=${{ matrix.image.version }}
type=semver,pattern={{major}}.{{minor}},value=${{ matrix.image.version }}
- id: docker_build
name: Build and push Docker image
Expand Down

0 comments on commit a305ff5

Please sign in to comment.