-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature/FWF-3694 Updated CD action to Build and push Multiarch images…
… into Docker registry (#2405)
- Loading branch information
1 parent
b9ce624
commit 397f47d
Showing
2 changed files
with
20 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#Author: Kurian Benoy | ||
FROM python:python:3.12.6-slim | ||
FROM python:3.12.6-slim | ||
|
||
WORKDIR /forms-flow-documents/app | ||
|
||
|