Skip to content

Commit

Permalink
change CI container title
Browse files Browse the repository at this point in the history
  • Loading branch information
cguertin14 authored Jan 26, 2023
1 parent 6e60f19 commit 8f0319a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release app
name: Release container image

on:
push:
Expand Down Expand Up @@ -46,4 +46,4 @@ jobs:
tags: |
ghcr.io/cguertin14/ddns:latest
ghcr.io/cguertin14/ddns:${{ github.sha }}
ghcr.io/cguertin14/ddns:${{ steps.prep.outputs.version }}
ghcr.io/cguertin14/ddns:${{ steps.prep.outputs.version }}

0 comments on commit 8f0319a

Please sign in to comment.