Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Bump sharp from 0.32.6 to 0.33.1 (#15) #85

Bump sharp from 0.32.6 to 0.33.1 (#15)

Bump sharp from 0.32.6 to 0.33.1 (#15) #85

name: Docker
on:
push:
# Publish `master` as Docker `latest` image.
branches:
- main
schedule:
- cron: '0 8 1 * *'
workflow_dispatch: {}
jobs:
# Push image to GitHub Packages.
# See also https://docs.docker.com/docker-hub/builds/
push:
# Ensure test job passes before pushing image.
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Docker Login
uses: docker/[email protected]
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image
uses: docker/[email protected]
with:
file: Dockerfile
context: .
push: true
tags: ghcr.io/djoamersfoort/djo-fotoalbum/fotoalbum:main