From 8281c1ed460c4bcbbc08e6cf2bd72cd53e7b164f Mon Sep 17 00:00:00 2001 From: Dev-Re2906 Date: Thu, 29 May 2025 09:29:53 +0330 Subject: [PATCH 1/5] Create docker-image.yml publish --- .github/workflows/docker-image.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/docker-image.yml diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml new file mode 100644 index 0000000..3f53646 --- /dev/null +++ b/.github/workflows/docker-image.yml @@ -0,0 +1,18 @@ +name: Docker Image CI + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + +jobs: + + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + - name: Build the Docker image + run: docker build . --file Dockerfile --tag my-image-name:$(date +%s) From 649b78847db408714f10f88fac6b49fb3535a361 Mon Sep 17 00:00:00 2001 From: Dev-Re2906 Date: Thu, 29 May 2025 09:36:18 +0330 Subject: [PATCH 2/5] Update docker-image.yml publish --- .github/workflows/docker-image.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 3f53646..0ea6cc8 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -1,3 +1,6 @@ +git add . +git commit -m "Ready for publish" +git push origin main name: Docker Image CI on: From 19189cb1a79430f13ca6a5da36eb8649f9930e34 Mon Sep 17 00:00:00 2001 From: Dev-Re2906 Date: Thu, 29 May 2025 09:45:25 +0330 Subject: [PATCH 3/5] Update docker-image.yml publish --- .github/workflows/docker-image.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 0ea6cc8..1774514 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -1,3 +1,5 @@ +https://github.com/Dev-Re2906/checkout/compare/v4.2.1...v4.2.2 + git add . git commit -m "Ready for publish" git push origin main From 9fff098954d249446c72eff4a83968c85d6c0d7c Mon Sep 17 00:00:00 2001 From: Dev-Re2906 Date: Sun, 8 Jun 2025 04:23:45 +0330 Subject: [PATCH 4/5] publis --- README.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/README.md b/README.md index 8969446..64dc025 100644 --- a/README.md +++ b/README.md @@ -10,24 +10,6 @@ The auth token is persisted in the local git config. This enables your scripts t When Git 2.18 or higher is not in your PATH, falls back to the REST API to download the files. -### Note - -Thank you for your interest in this GitHub action, however, right now we are not taking contributions. - -We continue to focus our resources on strategic areas that help our customers be successful while making developers' lives easier. While GitHub Actions remains a key part of this vision, we are allocating resources towards other areas of Actions and are not taking contributions to this repository at this time. The GitHub public roadmap is the best place to follow along for any updates on features we’re working on and what stage they’re in. - -We are taking the following steps to better direct requests related to GitHub Actions, including: - -1. We will be directing questions and support requests to our [Community Discussions area](https://github.com/orgs/community/discussions/categories/actions) - -2. High Priority bugs can be reported through Community Discussions or you can report these to our support team https://support.github.com/contact/bug-report. - -3. Security Issues should be handled as per our [security.md](security.md) - -We will still provide security updates for this project and fix major breaking changes during this time. - -You are welcome to still raise bugs in this repo. - # What's new Please refer to the [release page](https://github.com/actions/checkout/releases/latest) for the latest release notes. From 2cee040e7d1750381b4072d581ce11be5dc29a53 Mon Sep 17 00:00:00 2001 From: Dev-Re2906 Date: Sun, 8 Jun 2025 04:28:53 +0330 Subject: [PATCH 5/5] Create devcontainer.json ublish #2192 --- .devcontainer/devcontainer.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..39bbd26 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,4 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": {} +}