Skip to content

Commit

Permalink
Update stage0.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SiskaPavel authored Oct 25, 2023
1 parent 9855abd commit 666423d
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/stage0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,15 @@ jobs:
OS_RELEASE=9
push: true
tags: ghcr.io/siskapavel/docker_image:ol9
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
- name: Move cache
run: |
rm -rf /tmp/.buildx-cache
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
cache-from: type=gha
cache-to: type=gha,mode=max
test_stage:
runs-on: ubuntu-latest
needs: docker-image-ol9
container:
image: ghcr.io/siskapavel/docker_image:ol9
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- name: test
run: cat /etc/os-release
- name: ls
Expand Down

0 comments on commit 666423d

Please sign in to comment.