Skip to content

build and push ibis customized grSim image #12

build and push ibis customized grSim image

build and push ibis customized grSim image #12

Workflow file for this run

name: build and push ibis customized grSim image
on:
push:
branches:
- main
workflow_dispatch:
pull_request:
jobs:
build-and-push-image:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v3
with:
context: .
push: true
tags: ghcr.io/ibis-ssl/grsim:customized