Merge pull request #204 from tokens-studio/fix-deploy

Fix deploy
This commit is contained in:
Florian Schrödl
2024-06-28 08:19:57 +02:00
committed by GitHub

View File

@@ -2,6 +2,7 @@ name: Publish docker image
on: on:
pull_request: pull_request:
types: [opened, synchronize]
branches: branches:
- "*" - "*"
@@ -84,4 +85,4 @@ jobs:
uses: gimlet-io/gimlet-artifact-shipper-action@v0.8.3 uses: gimlet-io/gimlet-artifact-shipper-action@v0.8.3
env: env:
GIMLET_SERVER: ${{ secrets.GIMLET_SERVER }} GIMLET_SERVER: ${{ secrets.GIMLET_SERVER }}
GIMLET_TOKEN: ${{ secrets.GIMLET_TOKEN }} GIMLET_TOKEN: ${{ secrets.GIMLET_TOKEN }}