Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavl committed Aug 18, 2023
1 parent be122c1 commit a6e9634
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release-serverless-init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ env:
IMAGE_NAME: datadog/datadog-lambda-extension/test-sls-init-image
REGISTRY: ghcr.io

permissions:
contents: read
packages: write

jobs:
release-serverless-init:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -70,7 +66,7 @@ jobs:
env:
AGENT_PATH: datadog-agent
# VERSION: ${{ github.event.inputs.tag }}
VERSION: 12
VERSION: 13
SERVERLESS_INIT: true
ALPINE: ${{ matrix.arrays.isAlpine }}
# AGENT_VERSION: ${{ github.event.inputs.agentVersion }}
Expand All @@ -95,7 +91,7 @@ jobs:
file: ./scripts/${{ matrix.arrays.dockerFile }}
push: true
# tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.event.inputs.tag }}${{ matrix.arrays.tagSuffix }}
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:12${{ matrix.arrays.tagSuffix }}
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:13${{ matrix.arrays.tagSuffix }}
provenance: false
platforms: linux/amd64,linux/arm64

Expand Down

0 comments on commit a6e9634

Please sign in to comment.