Skip to content

Update ghcr.io/requarks/wiki:2.5 Docker digest to 3d20706 #34

Update ghcr.io/requarks/wiki:2.5 Docker digest to 3d20706

Update ghcr.io/requarks/wiki:2.5 Docker digest to 3d20706 #34

Workflow file for this run

name: Docker
on:
pull_request:
env:
IMAGE_NAME: wikijs-anyuid
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Identify version to tag
run: |
echo "IMAGE_TAG=$(fgrep "FROM ghcr.io/requarks/wiki" Dockerfile | tail -1 | cut -d@ -f1 | rev | cut -d: -f1 | rev)" >> $GITHUB_ENV
- name: Build image
run: docker build . --file Dockerfile