Compare commits

..

No commits in common. "bba4ed76df296d3c408797a48c3af4b44d4c00e5" and "33c26998969074278f80472694934b8f5db14dae" have entirely different histories.

4 changed files with 7 additions and 7 deletions

View File

@ -51,3 +51,9 @@ trigger:
event: event:
- push - push
- pull_request - pull_request
secrets:
- source: docker_username
target: DOCKER_USERNAME
- source: docker_password
target: DOCKER_PASSWORD

View File

@ -13,6 +13,6 @@ RUN dnf clean all && \
# Update the system and install required packages # Update the system and install required packages
RUN dnf update -y && \ RUN dnf update -y && \
dnf install -y curl git internal-ca-certificates && \ dnf install -y curl git && \
dnf clean all && \ dnf clean all && \
rm -rf /var/cache/dnf rm -rf /var/cache/dnf

View File

@ -1,6 +0,0 @@
[gitea-unkin-almalimnux-8]
name=unkin - Gitea - almalimnux - 8
baseurl=https://git.query.consul/api/packages/unkin/rpm/almalimnux/8
enabled=1
gpgcheck=1
gpgkey=https://git.query.consul/api/packages/unkin/rpm/repository.key

View File