Skip to content

Commit

Permalink
tc
Browse files Browse the repository at this point in the history
  • Loading branch information
msune committed Apr 18, 2024
1 parent 32eb9ae commit b6067dc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish_docker.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: docker-publish-dockerhub
name: docker-publish-ghcr

on:
workflow_dispatch:
push:
pull_request:

permissions:
packages: write

jobs:
docker_build_and_publish:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -35,7 +38,7 @@ jobs:
username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}}

- name: "Build and push to dockerhub"
- name: "Build and push to ghcr"
run: |
#Cross-build
cd turnilo
Expand Down

0 comments on commit b6067dc

Please sign in to comment.