Skip to content

Commit

Permalink
GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
mosazhaw committed Nov 27, 2024
1 parent 11c1a55 commit 308bc0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: docker hub push
name: DevOps Pipeline

on:
workflow_dispatch:
Expand Down Expand Up @@ -27,7 +27,7 @@ jobs:
uses: docker/build-push-action@v3
with:
push: true
tags: mosazhaw/devopsazure:latest
tags: mosazhaw/node-web-app:latest

deploy:
permissions:
Expand All @@ -42,4 +42,4 @@ jobs:
with:
app-name: ${{ env.AZURE_WEBAPP_NAME }}
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
images: 'mosazhaw/devopsazure:latest'
images: 'mosazhaw/node-web-app:latest'

0 comments on commit 308bc0a

Please sign in to comment.