From 0e627609a6b89fe6da7b706da2a42a65d0159b00 Mon Sep 17 00:00:00 2001 From: KD Puvvadi Date: Sat, 15 Jun 2024 10:24:33 +0530 Subject: [PATCH] v0.22.14-rc --- .github/workflows/docker.yaml | 2 +- .github/workflows/tea.yaml | 2 +- Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 1c30bdd..6fddb1b 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest env: DOCKER_FILE: Dockerfile - VERSION: '0.22.13' + VERSION: '0.22.14-rc' steps: - name: Checkout uses: actions/checkout@v4.1.1 diff --git a/.github/workflows/tea.yaml b/.github/workflows/tea.yaml index 3418420..17382e5 100644 --- a/.github/workflows/tea.yaml +++ b/.github/workflows/tea.yaml @@ -10,7 +10,7 @@ jobs: runs-on: self-hosted env: DOCKER_FILE: Dockerfile - VERSION: '0.22.13' + VERSION: '0.22.14-rc' steps: - name: Checkout uses: actions/checkout@v4.1.1 diff --git a/Dockerfile b/Dockerfile index d056b3f..8eabbb0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ LABEL org.opencontainers.image.licenses="MIT" ENV ARCH $ARCH WORKDIR /usr/src/app -ARG VERSION=0.22.13 +ARG VERSION=0.22.14-rc LABEL org.opencontainers.image.version=${VERSION} ARG TARGETPLATFORM RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then ARCH=amd64; \