Skip to content

Commit

Permalink
Build action
Browse files Browse the repository at this point in the history
  • Loading branch information
sethsandaru committed Feb 6, 2024
1 parent 2995cf1 commit 645dba9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-build-for-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
types: [ opened, synchronize, reopened, ready_for_review ]

jobs:
push_image:
build_image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -32,9 +32,9 @@ jobs:
npm ci && npm run build
- name: Build Docker - Normal Image
uses: docker/build-push-action@v4
if: success()
run: docker build -t docking:test -f .docker/Dockerfile .

- name: Build Docker - Octane Image
uses: docker/build-push-action@v4
if: success()
run: docker build -t docking:test -f .docker/octane.Dockerfile .

0 comments on commit 645dba9

Please sign in to comment.