mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Making this action workflow more versatile
This commit is contained in:
parent
0ecb3ed960
commit
cebb463654
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-docker.yml
vendored
2
.github/workflows/build-docker.yml
vendored
|
@ -34,6 +34,6 @@ jobs:
|
||||||
file: ./contrib/docker/Dockerfile.apache
|
file: ./contrib/docker/Dockerfile.apache
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||||
push: true
|
push: true
|
||||||
tags: kovah/pixelfed-docker:latest
|
tags: ${{ secrets.DOCKER_HUB_ORGANISATION }}/pixelfed:latest
|
||||||
cache-from: type=registry,ref=user/app:latest
|
cache-from: type=registry,ref=user/app:latest
|
||||||
cache-to: type=inline
|
cache-to: type=inline
|
||||||
|
|
Loading…
Reference in a new issue