Skip to content

Commit

Permalink
Merge pull request #54 from clearlydefined/elrayle-patch-1
Browse files Browse the repository at this point in the history
trigger on main branch instead of master
  • Loading branch information
elrayle authored Jan 16, 2024
2 parents 8909cf7 + df05c4a commit d7f4618
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backup-data-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and publish ClearlyDefined backup-data Docker image
on:
workflow_dispatch:
push:
branches: [master]
branches: [main]

env:
DOCKER_IMAGE_NAME: ghcr.io/${{ github.repository }}/backup-data
Expand Down Expand Up @@ -41,4 +41,4 @@ jobs:
run: |
echo "********** pushing Docker image to ghcr.io"
echo "********** cmd: docker push ${{ env.DOCKER_IMAGE_TAG }}"
docker push ${{ env.DOCKER_IMAGE_TAG }}
docker push ${{ env.DOCKER_IMAGE_TAG }}

0 comments on commit d7f4618

Please sign in to comment.