Compare commits
3 Commits
3c3cf1e01e
...
lil-fix
| Author | SHA1 | Date | |
|---|---|---|---|
| c621e392f4 | |||
| 1540fce056 | |||
| 0dcd1b5a97 |
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@@ -99,7 +99,7 @@ jobs:
|
|||||||
type=local,dest=/cache/${{ github.repository }}/buildx-cache-new,mode=max
|
type=local,dest=/cache/${{ github.repository }}/buildx-cache-new,mode=max
|
||||||
|
|
||||||
- name: Move new cache if it exists
|
- name: Move new cache if it exists
|
||||||
if: always()
|
if: steps.build-step.outcome == 'success'
|
||||||
run: |
|
run: |
|
||||||
mkdir -p /cache/${{ github.repository }}
|
mkdir -p /cache/${{ github.repository }}
|
||||||
if [ -d /cache/${{ github.repository }}/buildx-cache-new ]; then
|
if [ -d /cache/${{ github.repository }}/buildx-cache-new ]; then
|
||||||
@@ -111,7 +111,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Save Docker layer cache
|
- name: Save Docker layer cache
|
||||||
if: always()
|
if: steps.build-step.outcome == 'success'
|
||||||
uses: actions/cache/save@v4
|
uses: actions/cache/save@v4
|
||||||
with:
|
with:
|
||||||
path: /cache/${{ github.repository }}/buildx-cache
|
path: /cache/${{ github.repository }}/buildx-cache
|
||||||
|
|||||||
2
.github/workflows/deployk8s.yaml
vendored
2
.github/workflows/deployk8s.yaml
vendored
@@ -71,4 +71,4 @@ jobs:
|
|||||||
VK_TEAMS_CHAT_ID: ${{ secrets.VK_TEAMS_CHAT_ID }}
|
VK_TEAMS_CHAT_ID: ${{ secrets.VK_TEAMS_CHAT_ID }}
|
||||||
with:
|
with:
|
||||||
result: ${{ steps.k8s_deploy.outcome }}
|
result: ${{ steps.k8s_deploy.outcome }}
|
||||||
name: k8s deploy ${{ inputs.environment }} tag ${{ inputs.tag }}
|
name: deploy ${{ inputs.environment }} tag ${{ inputs.tag }}
|
||||||
|
|||||||
Reference in New Issue
Block a user