Skip to content

Commit be0cc9c

Browse files
Ciheim BrownCiheim Brown
authored andcommitted
adding deleted comments back
1 parent 3e52820 commit be0cc9c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/update_ppp_image.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Docker Image CI/CD
33
on:
44
push:
55
branches:
6-
- main
6+
- main # Trigger on push to the main branch
7+
# Build container if these files are changed
78
paths:
89
- 'Dockerfile-ppp'
910
- 'ppp/runscript.sh'
@@ -49,7 +50,7 @@ jobs:
4950
- name: Build and push Docker image
5051
uses: docker/build-push-action@v5
5152
with:
52-
context: .
53+
context: . # Directory containing the Dockerfile
5354
file: ./Dockerfile-ppp
5455
push: true
5556
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.set_tag.outputs.docker_tag }}

0 commit comments

Comments
 (0)