Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

fix: Update ubuntu-tiger to add missing flex dependency #14

fix: Update ubuntu-tiger to add missing flex dependency

fix: Update ubuntu-tiger to add missing flex dependency #14

Workflow file for this run

name: build ubuntu-tiger
on:
workflow_dispatch:
schedule:
- cron: "0 0 1 * *"
push:
branches:
- master
paths:
- storage/ubuntu-tiger/**
jobs:
push:
name: "storage:ubuntu-tiger"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-buildx-action@v2
with:
buildkitd-flags: --debug
- uses: docker/login-action@v2
with:
registry: ghcr.io
username: domicraftfr
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v4
with:
context: ./storage/ubuntu-tiger
file: ./storage/ubuntu-tiger/Dockerfile
platforms: linux/amd64
push: true
tags: |
ghcr.io/domicraftfr/storage:ubuntu-tiger