Skip to content

Update ghost Docker tag to v5.105.0 #856

Update ghost Docker tag to v5.105.0

Update ghost Docker tag to v5.105.0 #856

Workflow file for this run

name: Verify Docker image
on:
push:
pull_request:
jobs:
VerifyCodeBase:
name: Validate Docker Build
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v5.6.1
with:
images: geekbeacon/gb-ghost
- name: Build and push Docker image
uses: docker/build-push-action@v6.10.0
with:
context: .
push: false
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}