Skip to content

Commit

Permalink
change directory
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 committed Jan 6, 2025
1 parent 297d628 commit 1c480b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/agent-v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:

- name: Build Image
run: |
docker build -f build/Dockerfile-plus -t ${REGISTRY}/${PREFIX}:${TAG} .
cd build
docker build -f Dockerfile-plus -t ${REGISTRY}/${PREFIX}:${TAG} .
env:
REGISTRY: gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev
PREFIX: pdabel
Expand Down

0 comments on commit 1c480b5

Please sign in to comment.