1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

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

View File

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