Skip to content

Commit

Permalink
Merge pull request #551 from MORE-Platform/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
alireza-dhp authored Oct 17, 2024
2 parents 04c8613 + b6ccff3 commit 6eae7dc
Show file tree
Hide file tree
Showing 32 changed files with 2,250 additions and 1,078 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
uses: actions/checkout@v4

- name: Log in to the Container registry
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand All @@ -113,7 +113,7 @@ jobs:
# a manually provided tag
type=raw,value=${{ github.event.inputs.dockerTag }}
- name: Build and push Docker image
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
Expand All @@ -125,7 +125,7 @@ jobs:
env:
VITE_GIT_BRANCH: '${{ github.ref_name }}'
VITE_GIT_REVISION: '${{ github.sha }}'

DOCKER_BUILD_RECORD_UPLOAD: 'false'


event_file:
Expand Down
Loading

0 comments on commit 6eae7dc

Please sign in to comment.