Skip to content

Commit

Permalink
ci: push Containerfile in release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrodicaprio authored Feb 18, 2024
1 parent e0e4b0c commit 0746d5a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
uses: actions/cache@v4
with:
path: /var/cache/apt/archives
key: ${{ runner.os }}-apt-${{ hashFiles('**/apt.lock') }}
key: ${{ runner.os }}-apt
restore-keys: |
${{ runner.os }}-apt-
${{ runner.os }}-apt
- name: Rootfs
run: |
Expand All @@ -47,6 +47,7 @@ jobs:
commit:

runs-on: ubuntu-latest
needs: generate

steps:
- name: Checkout release branch
Expand Down

0 comments on commit 0746d5a

Please sign in to comment.