Skip to content

Commit

Permalink
bump to 0.22.20
Browse files Browse the repository at this point in the history
  • Loading branch information
kdpuvvadi committed Aug 28, 2024
1 parent e7b28e3 commit 4455276
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
env:
DOCKER_FILE: Dockerfile
VERSION: '0.22.19'
VERSION: '0.22.20'
steps:
- name: Checkout
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tea.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: self-hosted
env:
DOCKER_FILE: Dockerfile
VERSION: '0.22.19'
VERSION: '0.22.20'
steps:
- name: Checkout
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LABEL org.opencontainers.image.licenses="MIT"
ENV ARCH $ARCH
WORKDIR /usr/src/app

ARG VERSION=0.22.19
ARG VERSION=0.22.20
LABEL org.opencontainers.image.version=${VERSION}
ARG TARGETPLATFORM
RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then ARCH=amd64; \
Expand Down

0 comments on commit 4455276

Please sign in to comment.