Compare commits

..

No commits in common. "f0901ed56c241b3d7e3b563f594491eb9b73000d" and "66ca7d32e5c890f12b09d759d7e459eb0fbba47e" have entirely different histories.

2 changed files with 244 additions and 720 deletions

View file

@ -14,13 +14,13 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: check out the repo - name: check out the repo
uses: actions/checkout@v4 uses: actions/checkout@v3
- name: set up QEMU - name: set up QEMU
uses: docker/setup-qemu-action@v3 uses: docker/setup-qemu-action@v3
- name: configure Docker to use buildx - name: configure Docker to use buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v2
- name: log in to Docker Hub - name: log in to Docker Hub
uses: docker/login-action@v3 uses: docker/login-action@v2
with: with:
username: ${{ secrets.DOCKER_USERNAME }} username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_ACCESS_TOKEN }} password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
@ -39,7 +39,7 @@ jobs:
# this is for the public-transport/infrastructure cluster # this is for the public-transport/infrastructure cluster
- name: log in to GitHub Container Registry - name: log in to GitHub Container Registry
uses: docker/login-action@v3 uses: docker/login-action@v2
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}

956
package-lock.json generated

File diff suppressed because it is too large Load diff