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
2 changes: 1 addition & 1 deletion .github/workflows/lints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout project code
uses: actions/checkout@v3
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
- name: check for replace lines in go.mod files
run: |
! egrep --invert-match -e '^replace.*/api => \./api|^replace.*//allow-merging$' `find . -name 'go.mod'` | egrep -e 'go.mod:replace'
8 changes: 4 additions & 4 deletions .github/workflows/release-keystone-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2

- name: Tag image
uses: tinact/docker.image-retag@1.0.2
uses: tinact/docker.image-retag@684702232e2a3c29b4e5ca25d7d80f927d255c64 # 1.0.3
with:
image_name: ${{ env.imagenamespace }}/
image_old_tag: ${{ github.sha }}
Expand All @@ -28,7 +28,7 @@ jobs:
registry_password: ${{ secrets.QUAY_PASSWORD }}

- name: Tag -bundle image
uses: tinact/docker.image-retag@1.0.2
uses: tinact/docker.image-retag@684702232e2a3c29b4e5ca25d7d80f927d255c64 # 1.0.3
with:
image_name: ${{ env.imagenamespace }}/-bundle
image_old_tag: ${{ github.sha }}
Expand All @@ -38,7 +38,7 @@ jobs:
registry_password: ${{ secrets.QUAY_PASSWORD }}

- name: Tag -index image
uses: tinact/docker.image-retag@1.0.2
uses: tinact/docker.image-retag@684702232e2a3c29b4e5ca25d7d80f927d255c64 # 1.0.3
with:
image_name: ${{ env.imagenamespace }}/-index
image_old_tag: ${{ github.sha }}
Expand Down
Loading