From 2f22cc6543f3417715c96908c498958c552698f0 Mon Sep 17 00:00:00 2001 From: appleboy Date: Sun, 24 Sep 2023 21:18:23 +0800 Subject: [PATCH] chore(docker): bump version to 1.3.0 Signed-off-by: appleboy --- .github/workflows/ci.yml | 4 +++- Dockerfile | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61a31d2..13fa68d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,9 @@ jobs: name: Build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - name: Checkout repository + uses: actions/checkout@v4 + - name: send custom message with args uses: ./ with: diff --git a/Dockerfile b/Dockerfile index 36446b9..574d19b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM appleboy/drone-discord:1.2.4-linux-amd64 +FROM appleboy/drone-discord:1.3.0 COPY entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh