diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 95a1e44..81a8037 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Build the Docker image run: docker build . --file registry-proxy.dockerfile --tag registry.ohrenpirat.de:5000/mwildt/mwildt/registry-proxy:latest - name: Login Registry