Skip to content

chore(deps): bump rollup from 4.21.0 to 4.22.4 (#387) #588

chore(deps): bump rollup from 4.21.0 to 4.22.4 (#387)

chore(deps): bump rollup from 4.21.0 to 4.22.4 (#387) #588

name: Continuous Delivery
on:
push:
branches:
- main
jobs:
Build:
name: Publish Docker Image
runs-on: ubuntu-latest
steps:
- name: Checkout Project
uses: actions/checkout@v4
with:
submodules: true
- 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 Docker image
uses: docker/build-push-action@v6.7.0
with:
push: true
context: .
tags: ghcr.io/sapphiredev/spinel:latest