Sha256: 8cf62d03850119ef6559f8da2322b3191b71a1c92368b2335faa971a6a534ac5

Contents?: true

Size: 381 Bytes

Versions: 7

Compression:

Stored size: 381 Bytes

Contents

name: Docker Image CI

on:
  push:
    branches: ["culture"]
  pull_request:
    branches: ["culture"]

jobs:
  build:
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v3
      - name: Build the Docker image
        run: docker build . --file Dockerfile --tag mangadex

      - name: Run tests
        run: docker run --rm -t mangadex:latest bundle exec rspec

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
mangadex-5.10.0 .github/workflows/docker-image.yml
mangadex-5.9.0 .github/workflows/docker-image.yml
mangadex-5.8.0 .github/workflows/docker-image.yml
mangadex-5.7.5.3 .github/workflows/docker-image.yml
mangadex-5.7.5.2 .github/workflows/docker-image.yml
mangadex-5.7.5.1 .github/workflows/docker-image.yml
mangadex-5.7.5 .github/workflows/docker-image.yml