Skip to content

Merge pull request #57 from ether/54-does-the-etherpad-proxy-itself-s… #17

Merge pull request #57 from ether/54-does-the-etherpad-proxy-itself-s…

Merge pull request #57 from ether/54-does-the-etherpad-proxy-itself-s… #17

Workflow file for this run

on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Build image
run: |
docker build -t ghcr.io/ether/etherpad-proxy:latest .
- name: Push image
run: |
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u "${{ github.actor }}" --password-stdin
docker push ghcr.io/ether/etherpad-proxy:latest