Skip to content
Closed
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
2 changes: 1 addition & 1 deletion .github/workflows/deploy-image.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Build production images

on:
workflow_dispatch:
push:
branches:
- main

jobs:
build-images:
runs-on: ubuntu-latest
environment: production
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ ARG BASE_IMAGE_TAG

ARG OIE_RELEASE_VERSION

ARG UID=14285
ARG GID=14285
ARG UID=1000
ARG GID=1000

FROM alpine:3.21.3 AS downloader

Expand Down