Skip to content

chore: Remove broken images #11

chore: Remove broken images

chore: Remove broken images #11

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
strategy:
fail-fast: false
matrix:
image:
- ack
- all-jdks
- careercup
- logstash
- pcat
- quincykit
- rubygems-servlets
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build Image
working-directory: ${{matrix.image}}
run: docker build . --file Dockerfile --tag rahulsom/${{matrix.image}}:$(date +%s)