Skip to content

Commit

Permalink
WIP adding context for dockerfile in action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SoLetsDev committed Sep 15, 2023
1 parent d8b507b commit ff0db3c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/deploy-to.openshift-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,6 @@ jobs:
- name: Check out repository
uses: actions/checkout@v3

#DEBUG::: REMOVE TODO
- name: List directory contents
run: |
ls -R
- name: Determine image tags
if: env.IMAGE_TAGS == ''
run: |
Expand All @@ -126,6 +121,7 @@ jobs:
# Otherwise, point this to your Dockerfile/Containerfile relative to the repository root.
dockerfiles: |
./api/Dockerfile
context: ./api
# https://github.com/redhat-actions/push-to-registry#readme
- name: Push to registry
id: push-image
Expand Down

0 comments on commit ff0db3c

Please sign in to comment.