Skip to content

Commit

Permalink
fix backup step in cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
reymondzzzz committed Dec 23, 2024
1 parent 5cdc03f commit 077a156
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
version: ${{ steps.properties.outputs.version }}
changelog: ${{ steps.properties.outputs.changelog }}
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Backup docker files
run: |
echo "backup moby/buildkit image"
Expand Down Expand Up @@ -63,7 +66,7 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
version: ${{ steps.properties.outputs.version }}
changelog: ${{ steps.properties.outputs.changelog }}
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Backup docker files
run: |
echo "backup moby/buildkit image"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
version: ${{ steps.properties.outputs.version }}
changelog: ${{ steps.properties.outputs.changelog }}
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Backup docker files
run: |
echo "backup moby/buildkit image"
Expand Down

0 comments on commit 077a156

Please sign in to comment.