Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .dockerignore

This file was deleted.

32 changes: 0 additions & 32 deletions .github/workflows/manual-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ on:
description: "Release tag (stable: v1.2.3 — beta: v1.2.3-beta.1; hyphen after v => GitHub pre-release, in-app beta channel)"
required: true
type: string
publish_docker:
description: "Publish iroh-gateway image"
required: false
default: true
type: boolean

jobs:
bundle:
Expand Down Expand Up @@ -426,30 +421,3 @@ jobs:
artifacts/**/ui/dist/*.dmg
artifacts/**/ui/dist/*.AppImage
artifacts/**/ui/dist/*.exe

publish-docker:
if: ${{ inputs.publish_docker }}
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Log in to GHCR
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push iroh-gateway image
uses: docker/build-push-action@v6
with:
context: .
file: Dockerfile
push: true
tags: ghcr.io/datum-cloud/iroh-gateway:${{ inputs.version }}
21 changes: 0 additions & 21 deletions Dockerfile

This file was deleted.

Loading