Skip to content

Commit

Permalink
workflows: remove Azure action usage (#4739)
Browse files Browse the repository at this point in the history
* workflows: remove Azure action usage

Signed-off-by: Patrick Stephens <[email protected]>

* workflows: update default version

Signed-off-by: Patrick Stephens <[email protected]>

* workflows: fix missing info

Signed-off-by: Patrick Stephens <[email protected]>

* workflows: trigger PR image tests on workflow change as well

Signed-off-by: Patrick Stephens <[email protected]>

* workflows: test this branch - must revert before merge

Signed-off-by: Patrick Stephens <[email protected]>

* workflows: revert to master branch

Signed-off-by: Patrick Stephens <[email protected]>

* workflows: ensure Dockle is for info only

Signed-off-by: Patrick Stephens <[email protected]>
  • Loading branch information
patrick-stephens committed Feb 9, 2022
1 parent 07765bd commit 62afb20
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 36 deletions.
34 changes: 0 additions & 34 deletions .github/containerscan/allowedlist.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/call-build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Trivy and Dockle scans
uses: azure/container-scan@v0
with:
image-name: ${{ inputs.registry }}/${{ inputs.image }}:${{ matrix.suffix }}-${{ inputs.version }}
registry: ${{ inputs.registry }}
username: ${{ inputs.username }}
password: ${{ secrets.token }}

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-image-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
pull_request:
paths:
- dockerfiles/*
- .github/workflows/*-images.yaml

jobs:
pr-get-latest-tag:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
version:
description: Version of Fluent Bit to build
required: true
default: 1.8.11
default: 1.8.12

# We do not want a new staging build to run whilst we are releasing the current staging build.
# We also do not want multiples to run for the same version.
Expand Down

0 comments on commit 62afb20

Please sign in to comment.