Skip to content

Commit

Permalink
[GHA] Set proper apt repositories for releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rj1k committed Sep 23, 2024
1 parent c402ce1 commit 2b75a4a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ RUN echo "export CODENAME=${CODENAME}" | tee ~/.env && \
chmod +x ~/.env

RUN . ~/.env && cat <<EOF > /etc/apt/sources.list.d/freeswitch.list
deb [signed-by=${GPG_KEY}] https://${REPO_DOMAIN}/repo/deb/debian-release ${CODENAME} main
deb-src [signed-by=${GPG_KEY}] https://${REPO_DOMAIN}/repo/deb/debian-release ${CODENAME} main
deb [signed-by=${GPG_KEY}] https://${REPO_DOMAIN}/repo/deb/freeswitch-1.8 ${CODENAME} main
deb-src [signed-by=${GPG_KEY}] https://${REPO_DOMAIN}/repo/deb/freeswitch-1.8 ${CODENAME} main
EOF

RUN git config --global --add safe.directory '*' \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ RUN echo "export CODENAME=${CODENAME}" | tee ~/.env && \
chmod +x ~/.env

RUN . ~/.env && cat <<EOF > /etc/apt/sources.list.d/freeswitch.list
deb [signed-by=${GPG_KEY}] https://${REPO_DOMAIN}/repo/deb/debian-release ${CODENAME} main
deb-src [signed-by=${GPG_KEY}] https://${REPO_DOMAIN}/repo/deb/debian-release ${CODENAME} main
deb [signed-by=${GPG_KEY}] https://${REPO_DOMAIN}/repo/deb/freeswitch-1.8 ${CODENAME} main
deb-src [signed-by=${GPG_KEY}] https://${REPO_DOMAIN}/repo/deb/freeswitch-1.8 ${CODENAME} main
EOF

RUN git config --global --add safe.directory '*' \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ RUN echo "export CODENAME=${CODENAME}" | tee ~/.env && \
chmod +x ~/.env

RUN . ~/.env && cat <<EOF > /etc/apt/sources.list.d/freeswitch.list
deb [signed-by=${GPG_KEY}] https://${REPO_DOMAIN}/repo/deb/debian-release ${CODENAME} main
deb-src [signed-by=${GPG_KEY}] https://${REPO_DOMAIN}/repo/deb/debian-release ${CODENAME} main
deb [signed-by=${GPG_KEY}] https://${REPO_DOMAIN}/repo/deb/freeswitch-1.8 ${CODENAME} main
deb-src [signed-by=${GPG_KEY}] https://${REPO_DOMAIN}/repo/deb/freeswitch-1.8 ${CODENAME} main
EOF

RUN git config --global --add safe.directory '*' \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ RUN echo "export CODENAME=${CODENAME}" | tee ~/.env && \
chmod +x ~/.env

RUN . ~/.env && cat <<EOF > /etc/apt/sources.list.d/freeswitch.list
deb [signed-by=${GPG_KEY}] https://${REPO_DOMAIN}/repo/deb/debian-release ${CODENAME} main
deb-src [signed-by=${GPG_KEY}] https://${REPO_DOMAIN}/repo/deb/debian-release ${CODENAME} main
deb [signed-by=${GPG_KEY}] https://${REPO_DOMAIN}/repo/deb/freeswitch-1.8 ${CODENAME} main
deb-src [signed-by=${GPG_KEY}] https://${REPO_DOMAIN}/repo/deb/freeswitch-1.8 ${CODENAME} main
EOF

RUN git config --global --add safe.directory '*' \
Expand Down

0 comments on commit 2b75a4a

Please sign in to comment.