Skip to content

Commit

Permalink
test(ci): composite base publish
Browse files Browse the repository at this point in the history
  • Loading branch information
remdub committed Jul 2, 2024
1 parent 097f5d1 commit 0c6d351
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/composite.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Composite test update base image in Harbor
on: [workflow_dispatch]

jobs:
base-staging:
runs-on:
group: self-hosted
steps:
- name: Build push and notify
uses: IMIO/gha/build-push-notify@main
with:
IMAGE_NAME: 'teleservices/teleservices-bookworm-base'
IMAGE_TAG: 'composite'
REGISTRY_URL: ${{ secrets.HARBOR_URL }}
REGISTRY_USERNAME: ${{ secrets.TELESERVICES_HARBOR_USERNAME }}
REGISTRY_PASSWORD: ${{ secrets.TELESERVICES_HARBOR_PASSWORD }}
MATTERMOST_WEBHOOK_URL: ${{ secrets.TELESERVICES_MATTERMOST_WEBHOOK_URL }}
CONTEXT: 'teleservices'
DOCKERFILE: 'teleservices/Dockerfile-base'
BUILD_ARGS: 'DEBIAN_VERSION=bookworm'

0 comments on commit 0c6d351

Please sign in to comment.