Skip to content

Scroll arrows for the smaller tiles #39

Scroll arrows for the smaller tiles

Scroll arrows for the smaller tiles #39

Workflow file for this run

name: Publish Docker Image
on:
workflow_dispatch:
push:
branches: ['main']
env:
REGISTRY: ghcr.io
IMAGE_NAME: jam06452/ftpdb
jobs:
build-and-push:
runs-on: self-hosted
permissions:
contents: read
packages: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Log in to the Container registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: jam06452
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: .
push: true
tags: ghcr.io/jam06452/ftpdb:latest-arm