Skip to content

Commit

Permalink
Adjust GA
Browse files Browse the repository at this point in the history
  • Loading branch information
srstsavage committed Feb 20, 2024
1 parent 12dc081 commit f43bc46
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Docker

on:
pull_request:
push:
branches:
- main
push:
release:
types:
- published
Expand Down Expand Up @@ -50,9 +49,9 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

- name: Update repo description
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: axiom/rsync-server
- name: Update repo description
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: axiom/rsync-server

0 comments on commit f43bc46

Please sign in to comment.