Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions .github/workflows/build-container-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@ on:
workflow_dispatch:
pull_request:
paths:
- "containers/bmc-utils/**"
- "containers/python311_alpine/**"
- "containers/python312_alpine/**"
push:
branches:
- main
paths:
- "containers/bmc-utils/**"
- "containers/python311_alpine/**"
- "containers/python312_alpine/**"
merge_group:
Expand All @@ -22,9 +20,6 @@ on:
env:
VERSION_PYTHON311: 0.0.1
VERSION_PYTHON312: 0.0.1
VERSION_ARGO_UTILS: 0.0.1
VERSION_BMC_UTILS: 0.0.1
VERSION_PYTHON_NAUTOBOT: 0.0.1

jobs:
build-ghcr-registry:
Expand Down Expand Up @@ -65,14 +60,3 @@ jobs:
tags: ghcr.io/${{ github.repository }}/argo-python3.12.2-alpine3.19:latest,ghcr.io/${{ github.repository }}/argo-python3.12.2-alpine3.19:${{ env.VERSION_PYTHON312 }}
labels: |
org.opencontainers.image.version=${{ env.VERSION_PYTHON312 }}

- name: Build and deploy BMC Utils image
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6
with:
context: containers/bmc-utils/
file: containers/bmc-utils/Dockerfile.bmc_utils
# push for all main branch commits
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/${{ github.repository }}/argo-bmc-utils-python3.11.8:latest,ghcr.io/${{ github.repository }}/argo-bmc-utils-python3.11.8:${{ env.VERSION_BMC_UTILS }}
labels: |
org.opencontainers.image.version=${{ env.VERSION_BMC_UTILS }}
20 changes: 0 additions & 20 deletions containers/bmc-utils/Dockerfile.bmc_utils

This file was deleted.

50 changes: 0 additions & 50 deletions containers/bmc-utils/README.md

This file was deleted.

Empty file.
160 changes: 0 additions & 160 deletions containers/bmc-utils/code/bmc_sync_creds.py

This file was deleted.

3 changes: 0 additions & 3 deletions containers/bmc-utils/requirements.txt

This file was deleted.