Skip to content

Commit

Permalink
run test image
Browse files Browse the repository at this point in the history
  • Loading branch information
kb-kerem committed Apr 17, 2024
1 parent 842f87d commit ab73a18
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/java-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
- 'visual-java/**'
- .github/workflows/java-build.yml

defaults:
run:
working-directory: visual-java

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -32,7 +36,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
context: "{{defaultContext}}:visual-java"
context: "{{defaultContext}}"
tags: saucelabs/java-sdk
file: Dockerfile
load: true
Expand Down

0 comments on commit ab73a18

Please sign in to comment.