diff --git a/.github/workflows/build-project.yml b/.github/workflows/build-project.yml index 40e5fe5..b99deb9 100644 --- a/.github/workflows/build-project.yml +++ b/.github/workflows/build-project.yml @@ -6,7 +6,7 @@ on: jobs: build-project: env: - IMAGE_TAG: 3.4 + IMAGE_TAG: 3.5 runs-on: ubuntu-latest steps: - name: Get branch names @@ -36,4 +36,4 @@ jobs: uses: docker/build-push-action@v5 with: push: true - tags: kingstonduo/atlas-file-service:${{ steps.branch-names.outputs.current_branch }} \ No newline at end of file + tags: kingstonduo/atlas-file-service:${{ steps.branch-names.outputs.current_branch }}