PublishImage/.forgejo/workflows/test.yml
mrrpnya af3fc8fb05
Some checks failed
Test Deploy to OCI Registry / deploy (push) Has been cancelled
.
2025-03-06 15:15:07 -08:00

23 lines
574 B
YAML

name: Test Deploy to OCI Registry
on:
push:
branches: [ main ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Deploy to OCI Registry
uses: https://git.smgames.club/SevenOfAces/DeployImage
with:
registry-url: 'https://git.smgames.club'
registry-token: ${{ secrets.OCI_REGISTRY_TOKEN }}
architectures: 'amd64,arm64'
tags: 'latest'
name: 'auto'
dockerfile: './Dockerfile'
owner: 'SevenOfAces'