소스 검색

Making this action workflow more versatile

Mehdi Benadel 2 년 전
부모
커밋
cebb463654
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/build-docker.yml

+ 1 - 1
.github/workflows/build-docker.yml

@@ -34,6 +34,6 @@ jobs:
           file: ./contrib/docker/Dockerfile.apache
           platforms: linux/amd64,linux/arm64,linux/arm/v7
           push: true
-          tags: kovah/pixelfed-docker:latest
+          tags: ${{ secrets.DOCKER_HUB_ORGANISATION }}/pixelfed:latest
           cache-from: type=registry,ref=user/app:latest
           cache-to: type=inline