Skip to content
This repository was archived by the owner on Nov 21, 2024. It is now read-only.

global: improve admin and logging (#54) #52

global: improve admin and logging (#54)

global: improve admin and logging (#54) #52

Workflow file for this run

name: Push main
on:
push:
branches: [main]
defaults:
run:
shell: bash
jobs:
lint:
uses: ./.github/workflows/lint.yml
with:
ref: ${{ github.ref }}
test:
uses: ./.github/workflows/test.yml
with:
ref: ${{ github.ref }}
secrets: inherit
deploy:
needs: test
runs-on: ubuntu-latest
steps:
- name: send event
uses: cern-sis/gh-workflows/.github/actions/kubernetes-project-new-images@v6.2.0
with:
event-type: update
images: |
cern-sis/inspire/backoffice@${{ needs.test.outputs.image-id }}
token: ${{ secrets.PAT_FIRE_EVENTS_ON_CERN_SIS_KUBERNETES }}