aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-02-02 13:51:05 +0100
committerLibravatar GitHub <noreply@github.com>2020-02-02 13:51:05 +0100
commita58ffc02be614f5396f69e5c48ead872d059d6b1 (patch)
tree6fc322baf20b729750703fcd7a3d4cfc2e3e5a57 /.github/workflows
parentDelete main.workflow (diff)
downloadferdium-server-a58ffc02be614f5396f69e5c48ead872d059d6b1.tar.gz
ferdium-server-a58ffc02be614f5396f69e5c48ead872d059d6b1.tar.zst
ferdium-server-a58ffc02be614f5396f69e5c48ead872d059d6b1.zip
Use env variables
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index c361e8e..e21943b 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -15,4 +15,4 @@ jobs:
15 15
16 - name: Send request to Docker Hub to trigger a build 16 - name: Send request to Docker Hub to trigger a build
17 run: > 17 run: >
18 http post https://hub.docker.com/api/build/v1/source/83564f19-c21a-4dae-9690-971aee3b2a3b/trigger/6a6767a6-7d0d-4050-9055-958552e53b98/call/' 18 http post https://hub.docker.com/api/build/v1/source/83564f19-c21a-4dae-9690-971aee3b2a3b/trigger/${{ env.HUB_TRIGGER_ID }}/call/'