Skip to content

Commit

Permalink
First workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Drdada committed Oct 21, 2023
1 parent 12d4e9f commit 97e3a64
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 137 deletions.
58 changes: 0 additions & 58 deletions .github/workflows/docker-publish.yml

This file was deleted.

76 changes: 0 additions & 76 deletions .github/workflows/docker.yml

This file was deleted.

15 changes: 15 additions & 0 deletions .github/workflows/publish-ghcr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Docker image CI for GHCR

on:
push

jobs:
build_and_publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build an push the image
run: |
docker login --username drdada --password ${{ secrets.GH_TOKEN }} ghcr.io
docker build . --tag ghcr.io/drdada/obsidian-remote:latest
docker push ghcr.io/drdada/obsidian-remote:latest
3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

0 comments on commit 97e3a64

Please sign in to comment.