Skip to content

Commit

Permalink
ci: allow docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
NyaMisty committed Jun 8, 2021
1 parent b7d5c2a commit 7d65e4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_publish_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:

jobs:
build:
if: github.repository == 'rclone/rclone'
runs-on: ubuntu-latest
name: Build image job
steps:
Expand All @@ -19,7 +18,7 @@ jobs:
uses: ilteoood/[email protected]
with:
tag: beta
imageName: rclone/rclone
imageName: nyamisty/fclone
platform: linux/amd64,linux/386,linux/arm64,linux/arm/v7
publish: true
dockerHubUser: ${{ secrets.DOCKER_HUB_USER }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build_publish_release_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:

jobs:
build:
if: github.repository == 'rclone/rclone'
runs-on: ubuntu-latest
name: Build image job
steps:
Expand All @@ -27,7 +26,7 @@ jobs:
uses: ilteoood/[email protected]
with:
tag: latest,${{ steps.actual_patch_version.outputs.ACTUAL_PATCH_VERSION }},${{ steps.actual_minor_version.outputs.ACTUAL_MINOR_VERSION }},${{ steps.actual_major_version.outputs.ACTUAL_MAJOR_VERSION }}
imageName: rclone/rclone
imageName: nyamisty/fclone
platform: linux/amd64,linux/386,linux/arm64,linux/arm/v7
publish: true
dockerHubUser: ${{ secrets.DOCKER_HUB_USER }}
Expand Down

0 comments on commit 7d65e4f

Please sign in to comment.