Compare commits
No commits in common. "de2394bdc3b15c0098e7a09b512b50bd5c987e7f" and "9cdb7f3148267589c5dc990c85b69de2b2ef58e8" have entirely different histories.
de2394bdc3
...
9cdb7f3148
6 changed files with 6 additions and 6 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -8,7 +8,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v7
|
- uses: actions/checkout@v6
|
||||||
-
|
-
|
||||||
name: Login to DockerHub
|
name: Login to DockerHub
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
|
|
|
||||||
2
.github/workflows/dependency-update.yml
vendored
2
.github/workflows/dependency-update.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Dependabot metadata
|
- name: Dependabot metadata
|
||||||
id: metadata
|
id: metadata
|
||||||
uses: dependabot/fetch-metadata@v3.1.0
|
uses: dependabot/fetch-metadata@v3.0.0
|
||||||
with:
|
with:
|
||||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
- name: Enable auto-merge for Dependabot PRs
|
- name: Enable auto-merge for Dependabot PRs
|
||||||
|
|
|
||||||
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
|
@ -9,7 +9,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.event.pull_request.merged == false
|
if: github.event.pull_request.merged == false
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v7
|
- uses: actions/checkout@v6
|
||||||
- name: Check new version
|
- name: Check new version
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
id: status
|
id: status
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
FROM ubuntu:noble-20260810
|
FROM ubuntu:noble-20260410
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
RUN apt-get update && apt-get install --no-install-recommends --no-install-suggests -y \
|
RUN apt-get update && apt-get install --no-install-recommends --no-install-suggests -y \
|
||||||
lib32gcc-s1 \
|
lib32gcc-s1 \
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
FROM ubuntu:noble-20260810
|
FROM ubuntu:noble-20260410
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
RUN apt-get update && apt-get install --no-install-recommends --no-install-suggests -y \
|
RUN apt-get update && apt-get install --no-install-recommends --no-install-suggests -y \
|
||||||
lib32gcc-s1 \
|
lib32gcc-s1 \
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
4399725124335093878
|
920888200890776726
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue