Skip to content

Commit

Permalink
wip3
Browse files Browse the repository at this point in the history
  • Loading branch information
swiatekm committed Dec 13, 2023
1 parent 6c84336 commit 29b1076
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/dev_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ on:
- 'release-v[0-9]+.[0-9]+'
- 'ci/build-otelcol-sidecar-dev'

permissions:
packages: write
contents: read

env:
SIDECAR_IMAGE: "ghcr.io/sumologic/tailing-sidecar"
OPERATOR_IMAGE: "ghcr.io/sumologic/tailing-sidecar-operator"
Expand Down Expand Up @@ -64,12 +60,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-tags: 'true'
- name: Extract tag
id: extract_tag
run: echo "tag=$(echo $(git describe --tags --always))" >> $GITHUB_OUTPUT
- name: Print container tag
run: echo "Running dev build for ${{ steps.extract_tag.outputs.tag }}"
fetch-depth: 0
- name: Setup go
uses: actions/setup-go@v5
with:
Expand All @@ -86,7 +77,7 @@ jobs:
with:
registry: ghcr.io
username: USERNAME
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.CR_PAT }}
- name: Log in to AWS Public ECR
run: make login-ecr
env:
Expand Down

0 comments on commit 29b1076

Please sign in to comment.