From f699bb5cffa4ffc66e5f30fe36d75bdc7d4c2d28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 21:45:28 +0000 Subject: [PATCH 1/5] chore(deps): bump tj-actions/branch-names from 5 to 6 Bumps [tj-actions/branch-names](https://github.com/tj-actions/branch-names) from 5 to 6. - [Release notes](https://github.com/tj-actions/branch-names/releases) - [Changelog](https://github.com/tj-actions/branch-names/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/branch-names/compare/v5...v6) --- updated-dependencies: - dependency-name: tj-actions/branch-names dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6207e0c..fd84d82 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -141,7 +141,7 @@ jobs: - name: Get branch/tag names id: branch-name - uses: tj-actions/branch-names@v5 + uses: tj-actions/branch-names@v6 with: strip_tag_prefix: "v" From aa9be96cf92bca2ac6a2a4d4175af082a7f33b7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 21:01:12 +0000 Subject: [PATCH 2/5] chore(deps): bump tj-actions/branch-names from 6 to 7 Bumps [tj-actions/branch-names](https://github.com/tj-actions/branch-names) from 6 to 7. - [Release notes](https://github.com/tj-actions/branch-names/releases) - [Changelog](https://github.com/tj-actions/branch-names/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/branch-names/compare/v6...v7) --- updated-dependencies: - dependency-name: tj-actions/branch-names dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fd84d82..beb81bc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -141,7 +141,7 @@ jobs: - name: Get branch/tag names id: branch-name - uses: tj-actions/branch-names@v6 + uses: tj-actions/branch-names@v7 with: strip_tag_prefix: "v" From fd1dbe5048baee46555813dc4437cefaa9d828ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 20:08:50 +0000 Subject: [PATCH 3/5] chore(deps): bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index beb81bc..4f6973c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Update action.yml to build locally run: | @@ -49,7 +49,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Log in to ghcr.io uses: redhat-actions/podman-login@v1 @@ -98,7 +98,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get sample PKGBUILD run: wget https://github.com/hapakaien/plenti-bin/raw/f5ffaaee02a2119aa16f6b7a27e87e198e096b47/PKGBUILD @@ -137,7 +137,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get branch/tag names id: branch-name From 8f5e879913cfc4aaf98876811d794bc8ba3c4063 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 20:57:44 +0000 Subject: [PATCH 4/5] chore(deps): bump docker/metadata-action from 4 to 5 Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4 to 5. - [Release notes](https://github.com/docker/metadata-action/releases) - [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md) - [Commits](https://github.com/docker/metadata-action/compare/v4...v5) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4f6973c..5149fd2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -60,7 +60,7 @@ jobs: - name: OCI metadata id: metadata - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: images: ghcr.io/${{ github.repository }} tags: | From f7376aba0bae258898f8a5667705e8f559e421b4 Mon Sep 17 00:00:00 2001 From: Husen Date: Sun, 18 Feb 2024 23:37:35 +0700 Subject: [PATCH 5/5] fix: can't pull docker image Signed-off-by: Husen --- .github/workflows/main.yml | 8 ++++---- CHANGELOG.md | 4 ++++ README.md | 10 +++++----- action.yml | 4 ++-- 4 files changed, 15 insertions(+), 11 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5149fd2..8ea1765 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: cat action.yml - name: Get sample PKGBUILD - run: wget https://github.com/hapakaien/plenti-bin/raw/f5ffaaee02a2119aa16f6b7a27e87e198e096b47/PKGBUILD + run: wget https://github.com/${{ github.repository_owner }}/plenti-bin/raw/f5ffaaee02a2119aa16f6b7a27e87e198e096b47/PKGBUILD - name: Running test uses: ./ @@ -101,17 +101,17 @@ jobs: uses: actions/checkout@v4 - name: Get sample PKGBUILD - run: wget https://github.com/hapakaien/plenti-bin/raw/f5ffaaee02a2119aa16f6b7a27e87e198e096b47/PKGBUILD + run: wget https://github.com/${{ github.repository_owner }}/plenti-bin/raw/f5ffaaee02a2119aa16f6b7a27e87e198e096b47/PKGBUILD - name: Update action.yml to use edge tagged container image if: github.ref == 'refs/heads/main' run: | REPOSITORY_OWNER=${{ github.repository_owner }} REPOSITORY_OWNER=$(echo $REPOSITORY_OWNER | tr '[:upper:]' '[:lower:]') - + REPOSITORY_NAME=${{ github.event.repository.name }} REPOSITORY_NAME=$(echo $REPOSITORY_NAME | tr '[:upper:]' '[:lower:]') - + sed -i "s/.*image\:.*/ image\: \"docker\:\/\/ghcr.io\/${REPOSITORY_OWNER}\/${REPOSITORY_NAME}\:edge\"/" action.yml cat action.yml diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aca36d..5da11ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Can't pull docker image + ## [2.2.0] - 2022-08-05 ### Added diff --git a/README.md b/README.md index 56b396f..5fd1ece 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Arch Linux's package tools action -[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/hapakaien/archlinux-package-action/CI?label=CI&style=flat-square)](https://github.com/hapakaien/archlinux-package-action/actions) [![GitHub release (latest by date)](https://img.shields.io/github/v/release/hapakaien/archlinux-package-action?style=flat-square)](https://github.com/hapakaien/archlinux-package-action/releases) [![GitHub](https://img.shields.io/github/license/hapakaien/archlinux-package-action?style=flat-square)](./LICENSE) +[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/heyhusen/archlinux-package-action/main.yml?label=CI&style=flat-square)](https://github.com/heyhusen/archlinux-package-action/actions) [![GitHub release (latest by date)](https://img.shields.io/github/v/release/heyhusen/archlinux-package-action?style=flat-square)](https://github.com/heyhusen/archlinux-package-action/releases) [![GitHub](https://img.shields.io/github/license/heyhusen/archlinux-package-action?style=flat-square)](./LICENSE) This action allows running tools needed for creating Arch Linux (and AUR) package. Here's what this action can do: @@ -54,7 +54,7 @@ jobs: uses: actions/checkout@v2 - name: Validate package - uses: hapakaien/archlinux-package-action@v2 + uses: heyhusen/archlinux-package-action@v2 ``` #### 2. Only generate .SRCINFO @@ -74,7 +74,7 @@ jobs: uses: actions/checkout@v2 - name: Validate package - uses: hapakaien/archlinux-package-action@v2 + uses: heyhusen/archlinux-package-action@v2 with: flags: '' namcap: false @@ -98,7 +98,7 @@ jobs: uses: actions/checkout@v2 - name: Validate package - uses: hapakaien/archlinux-package-action@v2 + uses: heyhusen/archlinux-package-action@v2 with: flags: '' namcap: false @@ -122,7 +122,7 @@ jobs: uses: actions/checkout@v2 - name: Validate package - uses: hapakaien/archlinux-package-action@v2 + uses: heyhusen/archlinux-package-action@v2 with: path: package flags: '-si --noconfirm' diff --git a/action.yml b/action.yml index b6f1a02..a479ba6 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,7 @@ # https://help.github.com/en/articles/metadata-syntax-for-github-actions name: "Arch Linux's package action" description: "GitHub Action to run Arch Linux's package tools" -author: 'hapakaien' +author: 'heyhusen' branding: icon: 'package' color: 'blue' @@ -46,7 +46,7 @@ inputs: runs: using: 'docker' - image: 'docker://ghcr.io/hapakaien/archlinux-package-action:2' + image: 'docker://ghcr.io/heyhusen/archlinux-package-action:2' args: - ${{ inputs.path }} - ${{ inputs.pkgver }}