Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-and-dockerize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ jobs:
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
with:
registry: ${{ inputs.registry }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
username: theguild-bot
password: ${{ secrets.BOT_GITHUB_TOKEN }}

- name: 'publish docker multiarch manifest (tag: ${{ inputs.imageTag }})'
run: |
Expand Down
2 changes: 1 addition & 1 deletion docker/otel-collector.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ COPY --from=config extension-statsviz/ ./extension-statsviz/
RUN CGO_ENABLED=0 builder --config=/build/builder-config.yaml

# Stage 2: Final Image
FROM alpine:3.14
FROM alpine:3.23

WORKDIR /app

Expand Down
Loading