Skip to content

Commit

Permalink
Merge pull request #12 from hatamiarash7/v1.1.0
Browse files Browse the repository at this point in the history
Upgrade CLI
  • Loading branch information
hatamiarash7 authored May 9, 2023
2 parents 78777fd + a475c26 commit f5f69e2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM debian:stable-20230502-slim

LABEL maintainer="Arash Hatami <hatamiarash7@gmail.com>"
LABEL org.opencontainers.image.version="1.0.0"
LABEL org.opencontainers.image.version="1.1.0"
LABEL org.opencontainers.image.authors="hatamiarash7"
LABEL org.opencontainers.image.vendor="hatamiarash7"
LABEL org.opencontainers.image.title="ArvanCloud PaaS Action"
Expand All @@ -10,9 +10,9 @@ LABEL org.opencontainers.image.source="https://github.com/hatamiarash7/ar-paas-a

RUN apt-get update && apt-get install -y \
wget \
tar \
&& rm -rf /var/lib/apt/lists/*
tar &&
rm -rf /var/lib/apt/lists/*

COPY entrypoint.sh /entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Following inputs can be used as `with` keys
| `app` | Required | | Application's name in your PaaS project |
| `container` | Required | | The container that you want to update its image |
| `image` | Required | | Docker image like `org/image:tag` |
| `version` | | `1.3.4` | Version of ArvanCloud CLI tool |
| `version` | | `1.3.5` | Version of ArvanCloud CLI tool |

### Authentication

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ inputs:
version:
description: "The version of CLI tool to use"
required: false
default: "1.3.4"
default: "1.3.5"
runs:
using: "docker"
image: "Dockerfile"
Expand Down

0 comments on commit f5f69e2

Please sign in to comment.