Skip to content

update logging system #392

update logging system

update logging system #392

Workflow file for this run

name: Build and publish
permissions: write-all
on:
push:
branches:
- "main" # Running this workflow only for master branch
jobs:
build-and-publish-latest:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected] # Checking out the repo
- name: Build and publish "latest" Docker image
uses: VaultVulp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }} # Provide GITHUB_TOKEN to login into the GitHub Packages
image-name: locker-backend # Provide only Docker image name, tag will be automatically set to latest
dockerfile: Dockerfile # Provide custom Dockerfile name
# - name: Notify Server
# if: ${{ success() }} # Run this step only if previous steps were successful
# run: |
# WEBHOOK_URL="https://hook.cvapps.net/webhook"
# curl -X POST $WEBHOOK_URL