Skip to content

Commit

Permalink
Rename workflows and add website package cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoBiernat committed Jul 18, 2023
1 parent 94b13e5 commit d04cb58
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/clean-container-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,12 @@ jobs:
package-name: 'railtrail-vehicle-simulator'
package-type: 'container'
min-versions-to-keep: 3
token: ${{ secrets.GITHUB_TOKEN }}

- name: Clean container registry (website)
uses: actions/delete-package-versions@v4
with:
package-name: 'railtrail-website'
package-type: 'container'
min-versions-to-keep: 3
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/docker-backend.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker-Build-And-Push-Backend
name: Backend

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-website.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker-Build-And-Push-Backend
name: Website

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
Expand Down

0 comments on commit d04cb58

Please sign in to comment.