File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114 ${{ steps.localreg.outputs.mixlocaltag }}
115115
116116 - name : Prepare ecs Dockerfile
117- run : sed -i 's|ejabberd/mix|${{ steps.localreg.outputs.mixlocaltag }}|g' ecs/Dockerfile
117+ run : sed -i 's|docker.io/ ejabberd/mix|${{ steps.localreg.outputs.mixlocaltag }}|g' ecs/Dockerfile
118118
119119 - name : Build and push local ecs image
120120 uses : docker/build-push-action@v5
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ RUN go install -v \
33 github.com/processone/ejabberd-api/cmd/ejabberd@latest \
44 && mv bin/ejabberd bin/ejabberdapi
55
6- FROM ejabberd/mix as builder
6+ FROM docker.io/ ejabberd/mix AS builder
77ARG VERSION
88ENV VERSION=${VERSION:-latest} \
99 MIX_ENV=prod
@@ -48,7 +48,7 @@ RUN mkdir runtime \
4848 && cp -r /ejabberd/sql lib/ejabberd-*/priv
4949
5050# Runtime container
51- FROM alpine:3.19
51+ FROM docker.io/ alpine:3.19
5252ARG VERSION
5353ARG VCS_REF
5454ARG BUILD_DATE
You can’t perform that action at this time.
0 commit comments