diff --git a/.github/workflows/player_decisions_api.yaml b/.github/workflows/player_decisions_api.yaml index f97a984..847b26e 100644 --- a/.github/workflows/player_decisions_api.yaml +++ b/.github/workflows/player_decisions_api.yaml @@ -56,7 +56,7 @@ jobs: with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - name: Build and push Docker image - uses: docker/build-push-action@v3.1.1 + uses: docker/build-push-action@v4.1.0 with: context: ${{ env.MICROSERVICE_LOCATION }} push: true diff --git a/.github/workflows/player_state_api.yaml b/.github/workflows/player_state_api.yaml index 1ccc814..6c3334d 100644 --- a/.github/workflows/player_state_api.yaml +++ b/.github/workflows/player_state_api.yaml @@ -50,7 +50,7 @@ jobs: with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - name: Build and push Docker image - uses: docker/build-push-action@v3.1.1 + uses: docker/build-push-action@v4.1.0 with: context: ${{ env.MICROSERVICE_LOCATION }} push: true diff --git a/.github/workflows/world_events_engine.yaml b/.github/workflows/world_events_engine.yaml index bf8c90b..5f38d54 100644 --- a/.github/workflows/world_events_engine.yaml +++ b/.github/workflows/world_events_engine.yaml @@ -50,7 +50,7 @@ jobs: with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - name: Build and push Docker image - uses: docker/build-push-action@v3.1.1 + uses: docker/build-push-action@v4.1.0 with: context: ${{ env.MICROSERVICE_LOCATION }} push: true