Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dadyan4 authored Dec 21, 2024
1 parent 7d8083b commit 1aed295
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#CI
name: Build and Publish Docker Image to DockerHub

on:
Expand Down Expand Up @@ -53,4 +54,4 @@ jobs:
--tag ${{ secrets.DOCKERHUB_USERNAME }}/karos-repo:${{ env.TAG }}
- name: Docker Push
run: docker push ${{ secrets.DOCKERHUB_USERNAME }}/karos-repo:${{ env.TAG }}
run: docker push ${{ secrets.DOCKERHUB_USERNAME }}/karos-repo:${{ env.TAG }}

0 comments on commit 1aed295

Please sign in to comment.