Skip to content

Commit

Permalink
Update maven-publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad45123 authored May 17, 2024
1 parent ccc4bfc commit 45ce971
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/maven-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,9 @@ jobs:
run: |
docker build ./webserver --tag ahmad45123/workup:webserver
docker push ahmad45123/workup:webserver
- name: Build and push Autoscaler Image
run: |
docker build ./autoscaler/docker-swarm-autoscaler --tag ahmad45123/workup:autoscaler
docker push ahmad45123/workup:autoscaler

0 comments on commit 45ce971

Please sign in to comment.