Skip to content

Commit

Permalink
Add dockerfile scratches in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
CrafterKolyan committed May 13, 2024
1 parent f2324eb commit 5e4bef5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/update-readme-table.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Update README table"
name: "Update repository with latest information"

on:
push:
Expand All @@ -8,8 +8,8 @@ on:
workflow_dispatch:

jobs:
update_readme_table:
name: "Update README table"
update_repo:
name: "Update repository with latest information"
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -45,8 +45,8 @@ jobs:
- name: Commit changed README.rst
if: always()
run: |
git add README.rst && \
(git commit -m "[Github Action] Update README table with valid information" || true) && \
git add README.rst Dockerfile.scratch-minimal Dockerfile.scratch-full && \
(git commit -m "[Github Action] Update README table and Dockerfile.scratch with latest information" || true) && \
git checkout . && \
git pull origin ${GITHUB_REF##*/} --rebase --strategy-option=ours
Expand Down

0 comments on commit 5e4bef5

Please sign in to comment.