Skip to content

Commit

Permalink
Update docker-base-image.yml
Browse files Browse the repository at this point in the history
remove action JasonEtco/create-an-issue , impacted by unsolved issue JasonEtco/create-an-issue#127
  • Loading branch information
gnzsnz committed Aug 16, 2023
1 parent e9641df commit 04baa5c
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/docker-base-image.yml
Expand Up @@ -33,18 +33,13 @@ jobs:

- name: Checkout
uses: actions/checkout@v3

- name: Create an Issue
uses: JasonEtco/create-an-issue@v2

- name: Create issue
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ISSUE_TITLE: New docker base image
ISSUE_TEXT: Please verify workflow run
ISSUE_LABEL: docker_base_image
with:
update_existing: true
search_existing: open
filename: .github/base-image-issue-template.md
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh issue create -t "Base images updates found for ${{ env.IMAGE_NAME }}:${{ env.IMAGE_VERSION }}-${{ matrix.image_os }}" \
-b "A new build&publish might be needed."
- name: Get enviroment variables
run: |
Expand Down

0 comments on commit 04baa5c

Please sign in to comment.