Merge pull request 'dev' (#17) from dev into main
Some checks failed
build image / release_tag (push) Successful in 3s
build image / build (push) Failing after 13s
build image / publish_release (push) Has been skipped

Reviewed-on: https://git.smail.koeln/homelab/docker-ownDynDNS-netcup/pulls/17
This commit is contained in:
sujiba 2024-09-17 10:04:12 +00:00
commit b63613f2ad
2 changed files with 3 additions and 3 deletions

View file

@ -58,7 +58,7 @@ jobs:
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
with: with:
endpoint: tcp://forgejo-docker-in-docker-1:2375 endpoint: tcp://docker-in-docker:2375
platforms: linux/amd64,linux/arm64,linux/arm/v7 platforms: linux/amd64,linux/arm64,linux/arm/v7
- name: Build and push - name: Build and push

View file

@ -1,5 +1,5 @@
# Get latest app version # Get latest app version
FROM alpine:3.20.2 FROM alpine:3.20.3
WORKDIR /clone-workspace WORKDIR /clone-workspace
RUN apk update && \ RUN apk update && \
apk upgrade && \ apk upgrade && \
@ -7,7 +7,7 @@ RUN apk update && \
git clone https://github.com/fernwerker/ownDynDNS.git git clone https://github.com/fernwerker/ownDynDNS.git
# Build container to run the app # Build container to run the app
FROM php:8.3.10-apache FROM php:8.3.11-apache
WORKDIR /var/www/html WORKDIR /var/www/html
RUN apt-get update && \ RUN apt-get update && \