Skip to content

Fix creating AdGuard volumes (#52) #65

Fix creating AdGuard volumes (#52)

Fix creating AdGuard volumes (#52) #65

Workflow file for this run

# This is free and unencumbered software released into the public domain.
name: ostree
on:
push:
branches:
- master
schedule:
- cron: 0 0 * * 1
workflow_dispatch:
jobs:
ostree:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: checkout
uses: actions/checkout@v4
- name: login
run: podman login ghcr.io --username ${{ github.actor }} --password ${{ secrets.GITHUB_TOKEN }}
- name: build
run: podman build --file ostree/containerfile --tag ghcr.io/ngarside/server:latest .
- name: push
run: podman push ghcr.io/ngarside/server:latest