Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ljmerza committed Dec 28, 2023
1 parent 5c415e6 commit 0c3989a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- 'master'

jobs:
docker:
runs-on: ubuntu-latest
Expand All @@ -25,4 +24,4 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
tags: lmerza/rsync-exporter:latest
tags: ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_REPO }}:latest

0 comments on commit 0c3989a

Please sign in to comment.