Skip to content

chore(gha): add build & publish docker image workflow #1

chore(gha): add build & publish docker image workflow

chore(gha): add build & publish docker image workflow #1

Workflow file for this run

name: Ensure versin increment
on:
pull_request:
branches:
- main
types:
- opened
- synchronize
- reopened
# paths:
# - core/*
# - forward-proxy/*
# - Dockerfile
# - Makefile
concurrency:
group: "${{ github.workflow_ref }} - ${{ github.ref }} - ${{ github.event_name }}"
cancel-in-progress: true
jobs:
check-version-changes:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Build the Docker image
run: docker build . -t "sfp-${{ github.workflow_ref }}-${{ github.ref }}-${{ github.event_name }}"