Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

new version

new version #16

Workflow file for this run

name: docker-intel-build
on:
push:
paths:
- Dockerfile-intel
- VERSION
workflow_dispatch:
schedule:
- cron: '0 0 1 * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v4
with:
push: true
file: Dockerfile-intel
tags: ghcr.io/${{ github.repository_owner }}/stash-intel