Skip to content

Commit

Permalink
revert kinda
Browse files Browse the repository at this point in the history
  • Loading branch information
Robonau committed Nov 26, 2023
1 parent c539667 commit b635825
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,15 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- id: string
uses: ASzc/change-string-case-action@v5
with:
string: ${{ github.repository_owner }}/${{ github.event.repository.name }}
string: ${{ github.repository_owner }}/${{ github.event.repository.name }}-tracking
- name: Build and push Docker image
uses: docker/build-push-action@v3
with:
context: .
push: true
tags: |
ghcr.io/${{ steps.string.outputs.lowercase }}:latest-tracking,
ghcr.io/${{ steps.string.outputs.lowercase }}:${{ needs.GenTag.outputs.value }}-tracking,
${{ steps.string.outputs.lowercase }}:latest-tracking,
${{ steps.string.outputs.lowercase }}:${{ needs.GenTag.outputs.value }}-tracking,
ghcr.io/${{ steps.string.outputs.lowercase }}:latest,
ghcr.io/${{ steps.string.outputs.lowercase }}:${{ needs.GenTag.outputs.value }},

0 comments on commit b635825

Please sign in to comment.