Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz authored May 2, 2024
1 parent 962d6f7 commit 575b464
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build Docker Image

on:
workflow_dispatch:
push:
branches:
- d2x-cli
Expand All @@ -25,8 +26,8 @@ jobs:
with:
context: .
push: ${{ github.event_name == 'push' }}
cache-from: type=gha
cache-to: type=gha,mode=max
#cache-from: type=gha
#cache-to: type=gha,mode=max
tags: |
ghcr.io/${{ github.repository }}:d2x-cli
ghcr.io/${{ github.repository }}:${{ github.sha }}

0 comments on commit 575b464

Please sign in to comment.