Skip to content

Commit

Permalink
Fix Github Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ktl-XV committed Nov 6, 2024
1 parent 3bc5e5a commit f4ee74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@6
uses: docker/build-push-action@v6
with:
push: true
tags: ghcr.io/ktl-xv/account-monitor:latest

0 comments on commit f4ee74b

Please sign in to comment.