Skip to content

Commit

Permalink
chore: remove alpine reference as a suffix in image name (#9009)
Browse files Browse the repository at this point in the history
  • Loading branch information
gastonfournier authored Dec 20, 2024
1 parent 3fb7097 commit 682f7e0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ jobs:
type=semver,pattern={{ major }}.{{ minor }},enable=${{ github.event_name == 'workflow_dispatch' && inputs.version != '' }},value=${{ inputs.version }}
type=semver,pattern={{ major }},enable=${{ github.event_name == 'workflow_dispatch' && inputs.version != '' }},value=${{ inputs.version }}
# only enabled in main:
type=edge,prefix=main-,suffix=-${{ matrix.version }},enable=${{ github.ref == 'refs/heads/main' }}
# only enabled on workflow_dispatch:
type=sha,suffix=-${{ matrix.version }},enable=${{ github.event_name == 'workflow_dispatch' }}
type=edge,prefix=main-,enable=${{ github.ref == 'refs/heads/main' }}
- name: Login to docker hub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 682f7e0

Please sign in to comment.