Skip to content

Update dependency tzinfo-data to v1.2024.2 (#20) #47

Update dependency tzinfo-data to v1.2024.2 (#20)

Update dependency tzinfo-data to v1.2024.2 (#20) #47

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