build: fix dockerfile reference in beta image pipeline

This commit is contained in:
Richard Tweed 2023-03-20 11:54:31 +00:00 committed by GitHub
parent 97276ce765
commit 6a380bcc67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -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: |