From 6318fc29bf22b875e9be1cf9a4f2c4d1cd01c9d7 Mon Sep 17 00:00:00 2001 From: Hussein Galal Date: Tue, 20 Jun 2023 20:43:39 +0300 Subject: [PATCH] use custom action (#45) Signed-off-by: galal-hussein --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index beb5cdaa..9e1b652a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,13 +20,13 @@ jobs: run: | cd /work && dapper ci - name: Publish Binaries - uses: addnab/docker-run-action@v3 + uses: galal-hussein/docker-run-action@dev with: registry: docker.io image: ibuildthecloud/github-release:v0.0.1 options: -v ${{ github.workspace }}:/work run: | - /bin/drone-github-release --api_key=${{ secrets.TOKEN }} --files /work/bin/* --prerelease true + /bin/drone-github-release --api_key ${{ secrets.TOKEN }} --files /work/bin/* --prerelease true - name: Docker Hub Login uses: docker/login-action@v2 with: