From 560a43c1e3252b6ffc653fad71b3608b843400b3 Mon Sep 17 00:00:00 2001 From: Eric Jankowski Date: Wed, 3 Jul 2024 11:59:28 -0600 Subject: [PATCH] rename --- .../workflows/{build_icomseB.yml => build_icomseb.yml} | 8 ++++---- .../icomse/{dockerfile_icomseB => dockerfile_icomseb} | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename .github/workflows/{build_icomseB.yml => build_icomseb.yml} (85%) rename containers/icomse/{dockerfile_icomseB => dockerfile_icomseb} (100%) diff --git a/.github/workflows/build_icomseB.yml b/.github/workflows/build_icomseb.yml similarity index 85% rename from .github/workflows/build_icomseB.yml rename to .github/workflows/build_icomseb.yml index e65efcd..a350f34 100644 --- a/.github/workflows/build_icomseB.yml +++ b/.github/workflows/build_icomseb.yml @@ -1,17 +1,17 @@ -name: build_icomseB +name: build_icomseb on: push: branches: ['main'] # Run when container is changed paths: - - 'containers/icomse/dockerfile_icomseB' + - 'containers/icomse/dockerfile_icomseb' # Allows workflow to be manually triggered workflow_dispatch: env: REGISTRY: ghcr.io - IMAGE_NAME: icomseB + IMAGE_NAME: icomseb jobs: build-and-push-image: @@ -36,6 +36,6 @@ jobs: uses: docker/build-push-action@v3.0.0 with: context: . - file: ./containers/icomse/dockerfile_icomseB + file: ./containers/icomse/dockerfile_icomseb push: true tags: ${{ env.REGISTRY }}/cmelab/${{ env.IMAGE_NAME }}:latest diff --git a/containers/icomse/dockerfile_icomseB b/containers/icomse/dockerfile_icomseb similarity index 100% rename from containers/icomse/dockerfile_icomseB rename to containers/icomse/dockerfile_icomseb