Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
erjank committed Jul 3, 2024
1 parent 53b5e74 commit 560a43c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -36,6 +36,6 @@ jobs:
uses: docker/[email protected]
with:
context: .
file: ./containers/icomse/dockerfile_icomseB
file: ./containers/icomse/dockerfile_icomseb
push: true
tags: ${{ env.REGISTRY }}/cmelab/${{ env.IMAGE_NAME }}:latest
File renamed without changes.

0 comments on commit 560a43c

Please sign in to comment.