Skip to content

Commit

Permalink
Changed tag
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicnessTwo committed Oct 6, 2023
1 parent 65d5625 commit 7ea9a70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ jobs:
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: dualping:latest
labels: ${{ steps.meta.outputs.labels }}
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
dualping:
build: .
image: ghcr.io/epicnesstwo/dualping:latest
# tty: true
# stdin_open: true
volumes:
Expand Down

0 comments on commit 7ea9a70

Please sign in to comment.