Skip to content

Commit

Permalink
chore(deps): update ghcr.io/ddterm/ci-docker-image docker tag to v202…
Browse files Browse the repository at this point in the history
…3.10.27.0
  • Loading branch information
renovate[bot] committed Oct 27, 2023
1 parent 77cfb5b commit fa1f0de
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
lint:
runs-on: ubuntu-latest
container:
image: ghcr.io/ddterm/ci-docker-image:2023.10.26.0
image: ghcr.io/ddterm/ci-docker-image:2023.10.27.0

steps:
- name: Checkout
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
pack:
runs-on: ubuntu-latest
container:
image: ghcr.io/ddterm/ci-docker-image:2023.10.26.0
image: ghcr.io/ddterm/ci-docker-image:2023.10.27.0

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-po.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

runs-on: ubuntu-latest
container:
image: ghcr.io/ddterm/ci-docker-image:2023.10.26.0
image: ghcr.io/ddterm/ci-docker-image:2023.10.27.0

strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
pot:
runs-on: ubuntu-latest
container:
image: ghcr.io/ddterm/ci-docker-image:2023.10.26.0
image: ghcr.io/ddterm/ci-docker-image:2023.10.27.0

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

runs-on: ubuntu-latest
container:
image: ghcr.io/ddterm/ci-docker-image:2023.10.26.0
image: ghcr.io/ddterm/ci-docker-image:2023.10.27.0
options: --privileged --cgroupns=host --tmpfs /tmp --tmpfs /run

strategy:
Expand Down
2 changes: 1 addition & 1 deletion do-in-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

IMAGE=ghcr.io/ddterm/ci-docker-image
# renovate: datasource=docker depName=ghcr.io/ddterm/ci-docker-image
IMAGE_VERSION=2023.10.26.0
IMAGE_VERSION=2023.10.27.0

SCRIPT_DIR=$(CDPATH="" cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &> /dev/null && pwd)
HOME_DIR="${SCRIPT_DIR}/.container-home"
Expand Down
2 changes: 1 addition & 1 deletion do-in-podman.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

IMAGE=ghcr.io/ddterm/ci-docker-image
# renovate: datasource=docker depName=ghcr.io/ddterm/ci-docker-image
IMAGE_VERSION=2023.10.26.0
IMAGE_VERSION=2023.10.27.0

SCRIPT_DIR=$(CDPATH="" cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &> /dev/null && pwd)
HOME_DIR="${SCRIPT_DIR}/.container-home"
Expand Down

0 comments on commit fa1f0de

Please sign in to comment.