mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 10:54:48 +08:00
build: fix dockerfile reference in beta image pipeline
This commit is contained in:
parent
97276ce765
commit
6a380bcc67
|
@ -4,8 +4,6 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
if: github.repository == 'rclone/rclone'
|
||||
|
@ -48,7 +46,7 @@ jobs:
|
|||
- name: Build and publish image
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
file: Dockerfile-alpine
|
||||
file: Dockerfile
|
||||
context: .
|
||||
push: true # push the image to ghcr
|
||||
tags: |
|
Loading…
Reference in New Issue
Block a user