Skip to content

Commit

Permalink
updated workflow for dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
JanvE97 committed Dec 18, 2024
1 parent 22e6577 commit 5883b24
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Update pipeline prod
name: Update pipeline dev

on:
push:
branches:
- main
- dev

jobs:
build:
Expand All @@ -22,5 +22,5 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
tags: ${{ secrets.ACR_ENDPOINT }}/${{ vars.IMAGE_NAME }}:v44
tags: ${{ secrets.ACR_ENDPOINT }}/${{ vars.IMAGE_NAME }}:dev
file: ./Dockerfile

0 comments on commit 5883b24

Please sign in to comment.