Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xoryouyou authored Sep 9, 2024
1 parent 2195686 commit 6efa211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:
- name: Build and push ant image
uses: docker/build-push-action@v6
with:
file: {context}/docker/ant.Dockerfile
file: ./docker/ant.Dockerfile
context: .
push: true
tags: xoryouyou/javacard-ant:latest

- name: Build and push gradle image
uses: docker/build-push-action@v6
with:
file: {context}/docker/gradle.Dockerfile
file: ./docker/gradle.Dockerfile
context: .
push: true
tags: xoryouyou/javacard-gradle:latest

0 comments on commit 6efa211

Please sign in to comment.