Explorar el Código

Making this action workflow more versatile

Mehdi Benadel hace 2 años
padre
commit
cebb463654
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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