Skip to content

fix(deps): update dependency luxon to v2.5.2 [security] (#96) #67

fix(deps): update dependency luxon to v2.5.2 [security] (#96)

fix(deps): update dependency luxon to v2.5.2 [security] (#96) #67

Workflow file for this run

name: Docker build
on:
push:
branches: [ main ]
jobs:
image:
name: Build Docker image
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Log into registry ${{ env.REGISTRY }}
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v2
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: |
ghcr.io/discord-docs/frontend:${{ github.sha }}
ghcr.io/discord-docs/frontend:latest
labels: ${{ steps.meta.outputs.labels }}