Skip to content

Commit 6a87d9f

Browse files
committed
Adds prepare workspace step for build
1 parent 3ed7468 commit 6a87d9f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish-haproxy-image.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
- name: Checkout SCM
2222
uses: actions/checkout@v5
2323

24+
- name: Prepare Workspace
25+
run: |
26+
cp ${GITHUB_WORKSPACE}/errorfiles/503.http ${GITHUB_WORKSPACE}/503.http
27+
2428
- name: Buildah Image Creation
2529
id: build-image
2630
uses: redhat-actions/[email protected]

0 commit comments

Comments
 (0)