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 authored and mitya52 committed Dec 23, 2024
1 parent 5cdc03f commit 5b28618
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .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 @@ -60,10 +63,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- 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
6 changes: 3 additions & 3 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 Expand Up @@ -49,9 +52,6 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- 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
6 changes: 3 additions & 3 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 Expand Up @@ -50,9 +53,6 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- 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

0 comments on commit 5b28618

Please sign in to comment.