Skip to content

Commit

Permalink
Update docker-build-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danieloppenlander authored Jan 15, 2024
1 parent 33ab46f commit 56375b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Push Docker Image to Docker Hub
name: Docker Build and Push

on:
release:
Expand Down Expand Up @@ -26,4 +26,4 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: danieloppenlander/cloudflare-ddns:latest,danieloppenlander/cloudflare-ddns:{{ github.event.release.name }}
tags: danieloppenlander/cloudflare-ddns:latest,danieloppenlander/cloudflare-ddns:${{ github.event.release.name }}

0 comments on commit 56375b0

Please sign in to comment.