diff --git a/.github/workflows/distribution-server-release.yml b/.github/workflows/distribution-server-release.yml index 0f4666e..8cb63ed 100644 --- a/.github/workflows/distribution-server-release.yml +++ b/.github/workflows/distribution-server-release.yml @@ -30,7 +30,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push Docker image - uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 + uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 with: context: distribution-server push: true diff --git a/.github/workflows/lean-release.yml b/.github/workflows/lean-release.yml index e11067c..1fe03cd 100644 --- a/.github/workflows/lean-release.yml +++ b/.github/workflows/lean-release.yml @@ -30,7 +30,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push Docker image - uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 + uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 with: context: . file: lean.Dockerfile diff --git a/.github/workflows/quote-server-adaptor-release.yml b/.github/workflows/quote-server-adaptor-release.yml index db2769a..f038172 100644 --- a/.github/workflows/quote-server-adaptor-release.yml +++ b/.github/workflows/quote-server-adaptor-release.yml @@ -30,7 +30,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push Docker image - uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 + uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 with: context: . file: quote-server-adaptor.Dockerfile diff --git a/.github/workflows/swift-trader-release.yml b/.github/workflows/swift-trader-release.yml index d520771..377bd58 100644 --- a/.github/workflows/swift-trader-release.yml +++ b/.github/workflows/swift-trader-release.yml @@ -30,7 +30,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push Docker image - uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 + uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 with: context: ./frontend file: ./frontend/Dockerfile