Skip to content

Commit

Permalink
Increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
rlreamy authored Oct 10, 2024
1 parent 3b6e33a commit a34ce3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
tags: kingstonduo/atlas-file-service:${{ steps.branch-names.outputs.current_branch }}

0 comments on commit a34ce3d

Please sign in to comment.