Skip to content

Update dependency wdm to v0.2.0 (#19) #46

Update dependency wdm to v0.2.0 (#19)

Update dependency wdm to v0.2.0 (#19) #46

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