Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
plexoos committed Apr 25, 2024
1 parent d42bd81 commit 241549d
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,16 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Pull cached images
run: docker pull ${{ env.IMAGE_NAME }}:prerel
- name: Pull container
uses: docker/build-push-action@v5
with:
tags: ${{ env.IMAGE_NAME }}:prerel
pull: true
load: true
cache-from: |
${{ env.IMAGE_NAME }}:latest
${{ env.IMAGE_NAME }}:prerel
cache-to: inline

- name: Build container
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 241549d

Please sign in to comment.