Skip to content

Commit

Permalink
Update docker tags in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Klintrup committed Feb 3, 2024
1 parent 50eac0e commit 87b4a2b
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,4 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
tags: ghcr.io/${{ github.actor }}/tenv:${{ github.ref_name }}
- name: Build and push docker latest tag
uses: docker/build-push-action@v5
if: github.event_name == 'release' && github.event.action == 'released'
with:
push: true
tags: ghcr.io/${{ github.actor }}/tenv:latest
- name: debug
if: always()
run: echo ${{ github.event_name }} / ${{ github.event.action }}
tags: ghcr.io/${{ github.actor }}/tenv:${{ github.ref_name }}, ghcr.io/${{ github.actor }}/tenv:latest

0 comments on commit 87b4a2b

Please sign in to comment.