Skip to content

Commit

Permalink
[UPD] added step with latest tag;
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhakhongir R. committed Sep 19, 2024
1 parent d88d778 commit fe4e003
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci-builds-and-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ jobs:
push: true
platforms: 'linux/amd64,linux/arm64'
labels: ${{ github.github_repository }}
- name: Build and Push with latest tag
uses: docker/build-push-action@v6
with:
context: .
tags: ${{ secrets.DOCKER_USERNAME }}/${{ env.GH_REPO_NAME }}:latest
push: true
platforms: 'linux/amd64,linux/arm64'
labels: ${{ github.github_repository }}
release:
name: Create GitHub Release
runs-on: ubuntu-20.04
Expand Down

0 comments on commit fe4e003

Please sign in to comment.