Skip to content

Commit

Permalink
fix: docker image path
Browse files Browse the repository at this point in the history
  • Loading branch information
kvendingoldo committed Feb 13, 2024
1 parent cd18c65 commit 36ac9a9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,11 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: lowercase
id: lowercase
run: echo "actor=$(echo ${{ github.actor }} | tr '[:upper:]' '[:lower:]')" >> $GITHUB_OUTPUT
- name: Build and push docker image
uses: docker/build-push-action@v5
with:
push: true
tags: ghcr.io/${{ steps.lowercase.outputs.actor }}/tenv:${{ github.ref_name }}, ghcr.io/${{ steps.lowercase.outputs.actor }}/tenv:latest
tags: ghcr.io/tofuutils/tenv:${{ github.ref_name }}, ghcr.io/tofuutils/tenv:latest
docker-dockerhub:
name: 'Build and release docker image to dockerhub'
runs-on: ubuntu-latest
Expand Down

0 comments on commit 36ac9a9

Please sign in to comment.