Skip to content

Merge pull request #116 from naviqore/bugfix/NAV-180-fix-buggy-searchbox #241

Merge pull request #116 from naviqore/bugfix/NAV-180-fix-buggy-searchbox

Merge pull request #116 from naviqore/bugfix/NAV-180-fix-buggy-searchbox #241

Workflow file for this run

name: Docker CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build image
run: |
COMMIT_HASH=$(git rev-parse --short HEAD)
IMAGE_TAG=ghcr.io/${{ github.repository }}:${COMMIT_HASH}
docker build . --file Dockerfile --tag $IMAGE_TAG