Skip to content

Commit

Permalink
Workflow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pmanko committed Aug 19, 2021
1 parent b5f4091 commit c635e8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 67 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ on:
types: [published]
workflow_dispatch:

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}

jobs:
deploy:
name: Push Docker image to GitHub Packages
runs-on: ubuntu-latest
env:
ISANTEPLUS_VERSION: 2.8.0
USERNAME: ${{ secrets.RELEASE_USERNAME }}
TOKEN: ${{ secrets.RELEASE_TOKEN }}
steps:
-
name: Checkout code
Expand Down
63 changes: 0 additions & 63 deletions docker-compose.debug.yaml

This file was deleted.

0 comments on commit c635e8b

Please sign in to comment.