Skip to content

[Snyk] Security upgrade ubuntu from 22.04 to mantic-20240427 #2

[Snyk] Security upgrade ubuntu from 22.04 to mantic-20240427

[Snyk] Security upgrade ubuntu from 22.04 to mantic-20240427 #2

name: Build Docker Image on Pull Request
on:
pull_request:
branches: [ "main" ]
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
ANSIBLE_CORE_VERSION: 2.16.3
ANSIBLE_VERSION: 9.2.0
ANSIBLE_LINT: 6.22.2
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag ghcr.io/think-cube/dockerh2t:latest