Skip to content

Commit

Permalink
Fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Wh1isper committed Jun 7, 2024
1 parent e047952 commit a7cd077
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
platforms: linux/amd64,linux/arm64/v8
cache-from: type=gha
cache-to: type=gha,mode=max
file: ./docker/Dockerfile.matrix
file: ./docker/Dockerfile
push: true
tags: wh1isper/redis-canal:dev
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
platforms: linux/amd64
cache-from: type=gha
cache-to: type=gha,mode=max
file: ./docker/Dockerfile.matrix
file: ./docker/Dockerfile
push: false
tags: redis-canal:latest
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
platforms: linux/amd64,linux/arm64/v8
cache-from: type=gha
cache-to: type=gha,mode=max
file: ./docker/Dockerfile.matrix
file: ./docker/Dockerfile
push: true
tags: wh1isper/redis-canal:${{ github.ref_name }}
- name: Build and push image
Expand All @@ -54,6 +54,6 @@ jobs:
platforms: linux/amd64,linux/arm64/v8
cache-from: type=gha
cache-to: type=gha,mode=max
file: ./docker/Dockerfile.matrix
file: ./docker/Dockerfile
push: true
tags: wh1isper/redis-canal:latest
30 changes: 0 additions & 30 deletions .github/workflows/test-deploy-depends.yml

This file was deleted.

0 comments on commit a7cd077

Please sign in to comment.