Skip to content

Commit

Permalink
fix ids
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Oct 16, 2024
1 parent 6f17938 commit 6883497
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy_docker_images.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Image Deployment
name: 🐳 Docker Image Deployment

on:
workflow_dispatch:
Expand All @@ -20,17 +20,17 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build leecher image
id: build-docker-image
id: build-leecher-docker-image
run: make build -C ./services/leecher

- name: Push leecher image
id: build-docker-image
id: push-leecher-docker-image
run: make dist -C ./services/leecher

- name: Build processor image
id: build-docker-image
id: build-processor-docker-image
run: make build -C ./services/processor

- name: Push processor image
id: build-docker-image
id: push-processor-docker-image
run: make dist -C ./services/processor

0 comments on commit 6883497

Please sign in to comment.