From a34ce3d3397734d027cebb998d0812701855d8c6 Mon Sep 17 00:00:00 2001 From: rlreamy <34109594+rlreamy@users.noreply.github.com> Date: Thu, 10 Oct 2024 15:07:36 -0400 Subject: [PATCH] Increase version number --- .github/workflows/build-project.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}