Skip to content

Commit

Permalink
chore(fix): fixed frontend and backend docker workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
saudkhan116 authored Apr 16, 2024
1 parent b477b7e commit 646e4f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-dpp-backend-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
with:
ref: ${{ github.ref }}

- name: Setup Java
uses: ./.github/actions/setup-java

# Build actions for docker hub registry
- name: Docker meta
id: meta-for-dockerhub
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/publish-dpp-frontend-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ jobs:
packages: write

steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}

# Build actions for docker hub registry
- name: Docker meta
id: meta-for-dockerhub
Expand Down

0 comments on commit 646e4f5

Please sign in to comment.