Skip to content

refactor: update xkcd data #323

refactor: update xkcd data

refactor: update xkcd data #323

name: Continuous Delivery
on:
workflow_dispatch:
push:
branches:
- main
paths:
- 'src/**'
- 'Dockerfile'
- '.github/workflows/continuous-delivery.yml'
- 'package.json'
jobs:
PublishArtiel:
name: Publish Artiel image to container registries
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.3.0
- name: Login to GitHub Container Registry
uses: docker/login-action@v3.2.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Artiel Docker image
uses: docker/build-push-action@v6.2.0
with:
push: true
context: .
tags: ghcr.io/skyra-project/artiel:latest