Skip to content

Commit

Permalink
fix: remove unnecessary redis image build from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
miurla committed Feb 14, 2025
1 parent d950902 commit 5551f44
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,3 @@ jobs:
ghcr.io/${{ github.repository }}:${{ github.sha }}
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Build Redis image
uses: docker/build-push-action@v5
with:
context: .
file: Dockerfile.redis
push: ${{ github.event_name != 'pull_request' }}
tags: |
ghcr.io/${{ github.repository }}-redis:latest
ghcr.io/${{ github.repository }}-redis:${{ github.sha }}

0 comments on commit 5551f44

Please sign in to comment.