Skip to content

Commit

Permalink
remove references to .version file
Browse files Browse the repository at this point in the history
Signed-off-by: cisco-service <[email protected]>
  • Loading branch information
cisco-service committed Dec 17, 2024
1 parent e0d55d8 commit 606a3ac
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-images-on-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
paths:
- "src/loaders/**"
- "src/services/**"
- ".version"
- ".github/workflows/reusable-build-container-images.yml"
- ".github/workflows/build-images-on-commit.yml"
workflow_dispatch:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-images-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
paths:
- "src/loaders/**"
- "src/services/**"
- ".version"
- ".github/workflows/reusable-build-container-images.yml"
- ".github/workflows/check.yml"
jobs:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/reusable-build-container-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ jobs:
steps:
- name: Checkout
uses: actions/[email protected]
- name: Read version from .version file
id: version
run: |
echo "version=$(cat .version)" >> $GITHUB_OUTPUT
- name: Docker meta
id: meta
uses: docker/metadata-action@v5
Expand Down

0 comments on commit 606a3ac

Please sign in to comment.