Skip to content
This repository has been archived by the owner on Jul 23, 2023. It is now read-only.

Build Image

Build Image #1893

Workflow file for this run

name: Build Image
on: [push, workflow_dispatch]
env:
ENDPOINT: "rix1337/docker-gphotos-sync"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: whoan/docker-build-with-cache-action@v6
with:
username: "${{ secrets.DOCKERUSER }}"
password: "${{ secrets.DOCKERPASS }}"
image_name: "${{ env.ENDPOINT }}"
image_tag: latest
stages_image_name: "rix1337/cache-gphotos-sync-latest"