Skip to content

fix(deps): update all non-major dependencies (#309) #104

fix(deps): update all non-major dependencies (#309)

fix(deps): update all non-major dependencies (#309) #104

name: Continuous Delivery
on:
workflow_dispatch:
push:
branches:
- main
paths:
- 'src/**'
- 'Dockerfile'
- '.github/workflows/continuous-delivery.yml'
- 'package.json'
jobs:
PublishHasteServer:
name: Publish HasteServer image to container registries
runs-on: ubuntu-latest
steps:
- name: Checkout Project
uses: actions/checkout@v4
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3.6.1
- name: Login to GitHub Container Registry
uses: docker/login-action@v3.3.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Haste Server Docker image
uses: docker/build-push-action@v6.7.0
with:
push: true
context: .
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: |
linux/amd64
linux/arm64
tags: ghcr.io/skyra-project/haste-server:latest