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