From 316a6320e41a16fdb7f529da6217ce94692cfc1c Mon Sep 17 00:00:00 2001 From: Erlend Oftedal Date: Thu, 15 Feb 2024 21:30:24 +0100 Subject: [PATCH] Update workflow --- .github/workflows/publish-container.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-container.yml b/.github/workflows/publish-container.yml index d8b31a0..38b9ece 100644 --- a/.github/workflows/publish-container.yml +++ b/.github/workflows/publish-container.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@main - name: 'Login to GitHub Container Registry' - uses: docker/login-action@v1 + uses: docker/login-action@latest with: registry: ghcr.io username: ${{github.actor}} @@ -23,5 +23,5 @@ jobs: - name: 'Build Inventory Image' run: | - docker build . --tag ghcr.io/RetireJS/retire-scanner:latest - docker push ghcr.io/RetireJS/retire-scanner:latest \ No newline at end of file + docker build . --tag ghcr.io/retirejs/retire-scanner:latest + docker push ghcr.io/retirejs/retire-scanner:latest \ No newline at end of file