Skip to content

Update dependency jekyll to v4.3.4 (#22) #49

Update dependency jekyll to v4.3.4 (#22)

Update dependency jekyll to v4.3.4 (#22) #49

Workflow file for this run

name: Build Jekyll site and push Docker container
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
steps:
- uses: actions/checkout@v4
- name: Log in to GitHub Docker Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build container image
uses: docker/build-push-action@v6
with:
push: true
build-args: |
GIT_REVISION=${{ github.sha }}
tags: |
ghcr.io/spaceagemp/website/website:latest