Skip to content

Fixed changes to salt user. #18

Fixed changes to salt user.

Fixed changes to salt user. #18

Workflow file for this run

name: "Build"
on:
workflow_dispatch:
push:
branches:
- master
schedule:
# Random time each week.
- cron: '34 3 * * 3'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: silvenga-docker/build-image@latest
with:
dockerRegistery: ghcr.io
dockerUserName: ${{ secrets.GHCR_USER }}
dockerPassword: ${{ secrets.GHCR_PAT }}
dockerImageName: ${{ github.repository }}
dockerTags: latest,${{ github.sha }}