Skip to content

Update ghost Docker tag to v5.64.0 #513

Update ghost Docker tag to v5.64.0

Update ghost Docker tag to v5.64.0 #513

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/[email protected]
with:
images: geekbeacon/gb-ghost
- name: Build and push Docker image
uses: docker/[email protected]
with:
context: .
push: false
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}