Skip to content

Commit

Permalink
feat: add docker tags for latest tag with PHP version, fixes #232
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Oct 10, 2023
1 parent 6036c24 commit 360f9e5
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,21 @@ docker_manifests:
- "ghcr.io/friendsofshopware/shopware-cli:{{ .Tag }}-php-8.2-amd64"
- "ghcr.io/friendsofshopware/shopware-cli:{{ .Tag }}-php-8.2-arm64"

- name_template: ghcr.io/friendsofshopware/shopware-cli:latest-php-8.2
image_templates:
- "ghcr.io/friendsofshopware/shopware-cli:{{ .Tag }}-php-8.2-amd64"
- "ghcr.io/friendsofshopware/shopware-cli:{{ .Tag }}-php-8.2-arm64"

- name_template: ghcr.io/friendsofshopware/shopware-cli:latest-php-8.1
image_templates:
- "ghcr.io/friendsofshopware/shopware-cli:{{ .Tag }}-php-8.1-amd64"
- "ghcr.io/friendsofshopware/shopware-cli:{{ .Tag }}-php-8.1-arm64"

- name_template: ghcr.io/friendsofshopware/shopware-cli:latest-php-7.4
image_templates:
- "ghcr.io/friendsofshopware/shopware-cli:{{ .Tag }}-php-7.4-amd64"
- "ghcr.io/friendsofshopware/shopware-cli:{{ .Tag }}-php-7.4-arm64"

- name_template: ghcr.io/friendsofshopware/shopware-cli:{{ .Tag }}
image_templates:
- "ghcr.io/friendsofshopware/shopware-cli:{{ .Tag }}-php-8.2-amd64"
Expand Down Expand Up @@ -154,6 +169,16 @@ docker_manifests:
- "friendsofshopware/shopware-cli:{{ .Tag }}-php-8.2-amd64"
- "friendsofshopware/shopware-cli:{{ .Tag }}-php-8.2-arm64"

- name_template: friendsofshopware/shopware-cli:latest-php-8.2
image_templates:
- "friendsofshopware/shopware-cli:{{ .Tag }}-php-8.2-amd64"
- "friendsofshopware/shopware-cli:{{ .Tag }}-php-8.2-arm64"

- name_template: friendsofshopware/shopware-cli:latest-php-8.1
image_templates:
- "friendsofshopware/shopware-cli:{{ .Tag }}-php-8.1-amd64"
- "friendsofshopware/shopware-cli:{{ .Tag }}-php-8.1-arm64"

- name_template: friendsofshopware/shopware-cli:{{ .Tag }}
image_templates:
- "friendsofshopware/shopware-cli:{{ .Tag }}-php-8.2-amd64"
Expand Down

0 comments on commit 360f9e5

Please sign in to comment.