Skip to content

Commit

Permalink
Merge pull request #138 from filecoin-project/feat/tanlang/github-act…
Browse files Browse the repository at this point in the history
…ion-dispatch

feat: github action add event on dispatch
  • Loading branch information
simlecode authored Feb 8, 2023
2 parents 29b995a + 0a7d6c4 commit 4de1bfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: ['prep/**', 'release/**', 'test/**', master]
tags: ['**']
workflow_dispatch:

jobs:

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ static: clean
TAG:=test
docker:
curl -O https://raw.githubusercontent.com/filecoin-project/venus-docs/master/script/docker/dockerfile
docker build --build-arg https_proxy=$(BUILD_DOCKER_PROXY) -t venus-auth .
docker build --build-arg https_proxy=$(BUILD_DOCKER_PROXY) --build-arg BUILD_TARGET=venus-auth -t venus-auth .
docker tag venus-auth filvenus/venus-auth:$(TAG)

0 comments on commit 4de1bfa

Please sign in to comment.