Skip to content

Commit

Permalink
chore: minor changes in workflows (#1122)
Browse files Browse the repository at this point in the history
* chore: bump ko to v0.14.1, don't use insecure registry; run stale workflow once a day
* chore: remove buildx action
  • Loading branch information
weisdd authored Jun 26, 2023
1 parent b8ce84e commit 8f6942f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ jobs:
run: |
kind create cluster --image=kindest/node:v1.25.3 --config tests/e2e/kind.yaml
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2.5.0

- name: Build and load (current arch)
env:
KO_DOCKER_REPO: ko.local/grafana-operator/grafana-operator
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/release-github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:

- uses: ko-build/setup-ko@v0.6
with:
version: v0.13.0
version: v0.14.1

- name: Prepare
run: |
Expand All @@ -104,5 +104,4 @@ jobs:
--image-label org.opencontainers.image.url=${{ github.server_url }}/${{ github.repository }} \
--image-label org.opencontainers.image.revision=${{ github.sha }} \
--image-label org.opencontainers.image.version=${{ github.ref_name }} \
--image-label org.opencontainers.image.created=${{ env.BUILD_DATE }} \
--insecure-registry
--image-label org.opencontainers.image.created=${{ env.BUILD_DATE }}
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Mark stale issues and pull requests

on:
schedule:
- cron: "1 * * * *"
- cron: "0 1 * * *"

jobs:
stale:
Expand Down

0 comments on commit 8f6942f

Please sign in to comment.