Skip to content

Commit

Permalink
Merge pull request #17 from uhryniuk/devel
Browse files Browse the repository at this point in the history
feat(ci/cd) adding new pipelines
  • Loading branch information
uhryniuk authored Oct 11, 2024
2 parents 3a2c37f + ac8e1c5 commit b182e7a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: linux/amd64,linux/arm64
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand All @@ -31,10 +33,13 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME}}
password: ${{ secrets.DOCKER_PASSWORD}}
-
name: Build and push
name: Build and push versioned
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: uhryniuk/tally:${{ env.VERSION }}

tags: |
uhryniuk/tally:${{ env.VERSION }}
uhryniuk/tally:latest

0 comments on commit b182e7a

Please sign in to comment.