diff --git a/.github/workflows/ci-cd.yaml b/.github/workflows/ci-cd.yaml index 86e3fb9..3a3554c 100644 --- a/.github/workflows/ci-cd.yaml +++ b/.github/workflows/ci-cd.yaml @@ -104,7 +104,7 @@ jobs: with: images: ${{ env.IMAGE_REPOSITORY }} - name: Build and push container image - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: context: . push: true @@ -134,7 +134,7 @@ jobs: with: images: ${{ env.IMAGE_REPOSITORY }} - name: Create image artifact - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: context: . push: false