Skip to content

Fix: Remove redundant password history checks in cache loading #248

Fix: Remove redundant password history checks in cache loading

Fix: Remove redundant password history checks in cache loading #248

name: Development Docker Build
on:
push:
branches:
- features
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to GHCR
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GHCR_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: |
ghcr.io/${{ github.repository_owner }}/nauthilus:dev
outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=Multi purpose authentication server
- uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile.debug
platforms: linux/amd64,linux/arm64
push: true
tags: |
ghcr.io/${{ github.repository_owner }}/nauthilus:dev-dbg
outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=Multi purpose authentication server