Skip to content

Update README.md

Update README.md #4

Workflow file for this run

name: Build and publish
on:
push:
branches:
- "main" # Running this workflow only for master branch
jobs:
build-and-publish-latest:
runs-on: self-hosted
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: rim # Provide only Docker image name, tag will be automatically set to latest