Skip to content

chore(deps): bump django-widget-tweaks from 1.4.12 to 1.5.0 (#42) #156

chore(deps): bump django-widget-tweaks from 1.4.12 to 1.5.0 (#42)

chore(deps): bump django-widget-tweaks from 1.4.12 to 1.5.0 (#42) #156

name: Docker
on:
push:
# Publish `djo` as Docker `latest` image.
branches:
- djo
schedule:
- cron: '0 22 1 * *'
workflow_dispatch: {}
jobs:
# Push image to GitHub Packages.
# See also https://docs.docker.com/docker-hub/builds/
push:
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: deploy/Dockerfile
context: .
push: true
tags: ghcr.io/djoamersfoort/ledenadministratie/ledenadministratie:latest