dgtown před 2 roky
rodič
revize
54186bc5dd
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      .github/workflows/release_services.yaml

+ 1 - 1
.github/workflows/release_services.yaml

@@ -53,7 +53,7 @@ jobs:
         with:
         with:
           context: services/${{ matrix.apps.name }}
           context: services/${{ matrix.apps.name }}
           platforms: linux/amd64,linux/arm64
           platforms: linux/amd64,linux/arm64
-          push: github.ref == 'refs/heads/main'
+          push: true
           tags: |
           tags: |
             ghcr.io/porter-dev/${{ matrix.apps.name }}:${{ steps.vars.outputs.sha_short }}
             ghcr.io/porter-dev/${{ matrix.apps.name }}:${{ steps.vars.outputs.sha_short }}
             ghcr.io/porter-dev/${{ matrix.apps.name }}:latest
             ghcr.io/porter-dev/${{ matrix.apps.name }}:latest