Skip to content

Removed hardcoded arch version for ntfy download #9

Removed hardcoded arch version for ntfy download

Removed hardcoded arch version for ntfy download #9

Workflow file for this run

name: Docker Image CI for GHCR
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build_and_publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Build and publish the Docker image to GHCR
run: |
docker login --username raycadle --password ${{ secrets.GH_PAT }} ghcr.io
docker build --build-arg BUILD_DATE="$(date +%d/%m/%y)" --build-arg VERSION="$(date +%R:%S)" --tag ghcr.io/raycadle/ntfy:latest .
docker push ghcr.io/raycadle/ntfy:latest