mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
fix image tags
This commit is contained in:
parent
48bbb6bb76
commit
e0f9697c4f
1 changed files with 2 additions and 3 deletions
5
.github/workflows/build-docker.yml
vendored
5
.github/workflows/build-docker.yml
vendored
|
@ -50,7 +50,7 @@ jobs:
|
||||||
images: ${{ secrets.DOCKER_HUB_ORGANISATION }}/pixelfed
|
images: ${{ secrets.DOCKER_HUB_ORGANISATION }}/pixelfed
|
||||||
flavor: |
|
flavor: |
|
||||||
latest=auto
|
latest=auto
|
||||||
suffix=apache
|
suffix=-apache
|
||||||
tags: |
|
tags: |
|
||||||
type=edge,branch=dev
|
type=edge,branch=dev
|
||||||
type=pep440,pattern={{raw}}
|
type=pep440,pattern={{raw}}
|
||||||
|
@ -101,8 +101,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
images: ${{ secrets.DOCKER_HUB_ORGANISATION }}/pixelfed
|
images: ${{ secrets.DOCKER_HUB_ORGANISATION }}/pixelfed
|
||||||
flavor: |
|
flavor: |
|
||||||
latest=auto
|
suffix=-fpm
|
||||||
suffix=fpm
|
|
||||||
tags: |
|
tags: |
|
||||||
type=edge,branch=dev
|
type=edge,branch=dev
|
||||||
type=pep440,pattern={{raw}}
|
type=pep440,pattern={{raw}}
|
||||||
|
|
Loading…
Reference in a new issue