Skip to content

chore(deps): update docker/build-push-action action to v6 #57

chore(deps): update docker/build-push-action action to v6

chore(deps): update docker/build-push-action action to v6 #57

Workflow file for this run

name: Mirroring to remote repos
on:
workflow_dispatch:
push:
branches:
- main
- master
- dev
jobs:
mirroring:
name: Mirror
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: mirror to gitlab.com
uses: jee-r/docker-git-mirror@v1
with:
remote_repo: "gitlab.com/jee-r/docker-deluge.git"
remote_repo_username: ${{ secrets.GITLAB_USER }}
remote_repo_password: ${{ secrets.GITLAB_TOKEN }}