From effe30fb338b666a5353077869cd6af9ef0f41b4 Mon Sep 17 00:00:00 2001 From: James Wood Date: Wed, 15 May 2024 15:26:50 -0700 Subject: [PATCH] update actions versions --- .github/workflows/build-pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-pipeline.yml b/.github/workflows/build-pipeline.yml index 6c83eb3d..c28f1a0e 100644 --- a/.github/workflows/build-pipeline.yml +++ b/.github/workflows/build-pipeline.yml @@ -211,7 +211,7 @@ jobs: poetry publish - name: Log in to the Container registry if: ${{ !startsWith(github.ref, 'refs/heads/feature') }} - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} @@ -233,7 +233,7 @@ jobs: - name: Build and push Docker image if: ${{ !startsWith(github.ref, 'refs/heads/feature') }} id: docker-push - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v5 with: context: . file: docker/Dockerfile