Skip to content

Commit

Permalink
Update code-checks.yml
Browse files Browse the repository at this point in the history
Uncomment github-ignore section and rename test_branch
  • Loading branch information
joshua-seals authored Sep 1, 2023
1 parent 70a08e3 commit 9a5242f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/code-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - image-build-test
#
# This workflow will build a test image for everything but develop
# and main branches.
# and main branches. The tag will be test_{your_branch_name}
#
# The build-push-dev-image and build-push-release workflows
# handle the develop and release image storage respectively.
Expand All @@ -21,8 +21,8 @@ on:
paths-ignore:
- README.md
- .old_cicd/*
# - .github/*
# - .github/workflows/*
- .github/*
- .github/workflows/*
- LICENSE
- .gitignore
- .dockerignore
Expand Down Expand Up @@ -111,6 +111,6 @@ jobs:
context: .
push: true
tags: |
${{ github.repository }}:test_image_${{ steps.branch.outputs.GHR }}
${{ github.repository }}:test_${{ steps.branch.outputs.GHR }}
cache-from: type=registry,ref=${{ github.repository }}:buildcache
cache-to: type=registry,ref=${{ github.repository }}:buildcache,mode=max

0 comments on commit 9a5242f

Please sign in to comment.