Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
svengo authored Sep 19, 2023
1 parent b6a8550 commit 1935d49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: CI

on:
workflow_dispatch:
Expand Down Expand Up @@ -29,7 +29,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: svengo/tor-test
images: ${{ env.IMAGE_NAMESPACE }}/${{ env.IMAGE_NAME }}
flavor: |
latest=${{ github.event.release.prerelease == false }}
tags: |
Expand Down

0 comments on commit 1935d49

Please sign in to comment.