Skip to content

Install all locales, and also fakeschroot #7

Install all locales, and also fakeschroot

Install all locales, and also fakeschroot #7

Workflow file for this run

name: ci
on:
push:
branches:
- 'main'
# see https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions#publishing-a-package-using-an-action
jobs:
build-and-push-image:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Log in to the Container registry
uses: docker/login-action@v2
with:
registry: https://ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v4
with:
push: true
tags: ghcr.io/oist/bioinfougrp_unixgoodies_images:latest