Skip to content

Bump @angular/router from 18.2.5 to 20.0.5 #200

Bump @angular/router from 18.2.5 to 20.0.5

Bump @angular/router from 18.2.5 to 20.0.5 #200

Workflow file for this run

name: Publish Docker
on: [push]
jobs:
build:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@master
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: ${{ github.repository }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io