Skip to content

Commit

Permalink
Add tag from git describe, remove unused step
Browse files Browse the repository at this point in the history
  • Loading branch information
ottolote committed Apr 25, 2024
1 parent 853a916 commit 7315b4e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/publish-container-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ jobs:
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
- name: downcase REPO
run: |
echo "REPO=${GITHUB_REPOSITORY,,}" >>${GITHUB_ENV}
- name: Build and push
uses: docker/build-push-action@v5
with:
Expand All @@ -82,5 +78,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
file: ./publisher/Dockerfile
tags: ${{ steps.meta.outputs.tags }}
tags: |
${{ steps.meta.outputs.tags }}
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.version.outputs.git_version }}
platforms: linux/amd64,linux/arm/v7,linux/arm64

0 comments on commit 7315b4e

Please sign in to comment.