Skip to content

Commit

Permalink
Merge pull request #21 from KPMP/KPMP-5500_ReleaseActivities
Browse files Browse the repository at this point in the history
Increase version number
  • Loading branch information
zwright authored Oct 14, 2024
2 parents 3b6e33a + a34ce3d commit 80974f7
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 80974f7

Please sign in to comment.