diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index cae571f5..6f50a3c8 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -14,6 +14,7 @@ jobs: outputs: tags: ${{ steps.build_push.outputs.tags }} tags_cloud_run: ${{ steps.build_push.outputs.tags_cloud_run }} + tags_aws_lambda: ${{ steps.build_push.outputs.tags_aws_lambda }} steps: - name: Checkout source code uses: actions/checkout@v4 @@ -33,7 +34,6 @@ jobs: runs-on: ubuntu-latest outputs: tags: ${{ steps.build_push.outputs.tags }} - tags_cloud_run: ${{ steps.build_push.outputs.tags_cloud_run }} steps: - name: Checkout source code uses: actions/checkout@v4 @@ -54,6 +54,7 @@ jobs: outputs: tags: ${{ steps.build_push.outputs.tags }} tags_cloud_run: ${{ steps.build_push.outputs.tags_cloud_run }} + tags_aws_lambda: ${{ steps.build_push.outputs.tags_aws_lambda }} steps: - name: Checkout source code uses: actions/checkout@v4 @@ -74,6 +75,7 @@ jobs: outputs: tags: ${{ steps.build_push.outputs.tags }} tags_cloud_run: ${{ steps.build_push.outputs.tags_cloud_run }} + tags_aws_lambda: ${{ steps.build_push.outputs.tags_aws_lambda }} steps: - name: Checkout source code uses: actions/checkout@v4 diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index e4c6708e..97965f9c 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -78,6 +78,7 @@ jobs: outputs: tags: ${{ steps.build_test_push.outputs.tags }} tags_cloud_run: ${{ steps.build_test_push.outputs.tags_cloud_run }} + tags_aws_lambda: ${{ steps.build_test_push.outputs.tags_aws_lambda }} steps: - name: Checkout source code uses: actions/checkout@v4 @@ -101,6 +102,7 @@ jobs: outputs: tags: ${{ steps.build_test_push.outputs.tags }} tags_cloud_run: ${{ steps.build_test_push.outputs.tags_cloud_run }} + tags_aws_lambda: ${{ steps.build_test_push.outputs.tags_aws_lambda }} steps: - name: Checkout source code uses: actions/checkout@v4 @@ -124,6 +126,7 @@ jobs: outputs: tags: ${{ steps.build_test_push.outputs.tags }} tags_cloud_run: ${{ steps.build_test_push.outputs.tags_cloud_run }} + tags_aws_lambda: ${{ steps.build_test_push.outputs.tags_aws_lambda }} steps: - name: Checkout source code uses: actions/checkout@v4 @@ -147,6 +150,7 @@ jobs: outputs: tags: ${{ steps.build_test_push.outputs.tags }} tags_cloud_run: ${{ steps.build_test_push.outputs.tags_cloud_run }} + tags_aws_lambda: ${{ steps.build_test_push.outputs.tags_aws_lambda }} steps: - name: Checkout source code uses: actions/checkout@v4 @@ -225,6 +229,7 @@ jobs: outputs: tags: ${{ steps.build_test_push.outputs.tags }} tags_cloud_run: ${{ steps.build_test_push.outputs.tags_cloud_run }} + tags_aws_lambda: ${{ steps.build_test_push.outputs.tags_aws_lambda }} steps: - name: Checkout source code uses: actions/checkout@v4 @@ -247,6 +252,7 @@ jobs: outputs: tags: ${{ steps.build_test_push.outputs.tags }} tags_cloud_run: ${{ steps.build_test_push.outputs.tags_cloud_run }} + tags_aws_lambda: ${{ steps.build_test_push.outputs.tags_aws_lambda }} steps: - name: Checkout source code uses: actions/checkout@v4 @@ -269,6 +275,7 @@ jobs: outputs: tags: ${{ steps.build_test_push.outputs.tags }} tags_cloud_run: ${{ steps.build_test_push.outputs.tags_cloud_run }} + tags_aws_lambda: ${{ steps.build_test_push.outputs.tags_aws_lambda }} steps: - name: Checkout source code uses: actions/checkout@v4 @@ -291,6 +298,7 @@ jobs: outputs: tags: ${{ steps.build_test_push.outputs.tags }} tags_cloud_run: ${{ steps.build_test_push.outputs.tags_cloud_run }} + tags_aws_lambda: ${{ steps.build_test_push.outputs.tags_aws_lambda }} steps: - name: Checkout source code uses: actions/checkout@v4