Skip to content

Commit

Permalink
add branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwi committed Aug 9, 2024
1 parent 845eb9f commit b5ba9dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/docker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ runs:

- name: Build and export to Docker without cache
uses: docker/build-push-action@v6
if: inputs.TAG_ONLY == 'false' && inputs.ENABLE_CACHE == 'false'
if: inputs.ENABLE_CACHE == 'false'
with:
load: true
tags: |
Expand All @@ -147,7 +147,7 @@ runs:

- name: Build and export to Docker with cache
uses: docker/build-push-action@v6
if: inputs.TAG_ONLY == 'false' && inputs.ENABLE_CACHE == 'true'
if: inputs.ENABLE_CACHE == 'true'
with:
load: true
tags: |
Expand Down

0 comments on commit b5ba9dc

Please sign in to comment.