Skip to content

Commit

Permalink
Update cicd.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gilmaimon authored Jul 26, 2024
1 parent eeeba0f commit a79cf15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
docker image ls -a
- name: Push Docker image
run: docker push server:latest
run: docker tag server:latest tapud/ardu-badge:latest && docker push tapud/ardu-badge:latest

0 comments on commit a79cf15

Please sign in to comment.