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

Bump actions to v7.0.2 #585

Bump actions to v7.0.2

Bump actions to v7.0.2 #585

name: Build Image On Release
on:
release:
types: [ published ]
pull_request:
jobs:
call-workflow:
uses: linuxserver-labs/docker-actions/.github/workflows/[email protected]
with:
repo_owner: ${{ github.repository_owner }}
app_name: "daedalos"
release_type: "github_commit"
release_url: "https://api.github.com/repos/DustinBrett/daedalOS/commits/main"
target-arch: "all"
secrets:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}