Skip to content

Commit

Permalink
Merge pull request #10 from VSLCatena/development
Browse files Browse the repository at this point in the history
update Development action
  • Loading branch information
Kipjr authored Aug 9, 2023
2 parents 2e759ce + 8b90b36 commit 47280fb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@ on:
- v*

# Run tests for any PRs.
pull_request:
# pull_request:

workflow_dispatch:

env:
# TODO: Change variable to your image's name.
IMAGE_NAME: docker-marktwerking
# Use docker.io for Docker Hub if empty
REGISTRY: ghcr.io
# github.repository as <account>/<repo>
IMAGE_NAME: ${{ github.repository }}
jobs:
# Run tests.
# See also https://docs.docker.com/docker-hub/builds/automated-testing/
Expand Down

0 comments on commit 47280fb

Please sign in to comment.