Skip to content

Commit

Permalink
Fix deployment in githubactions
Browse files Browse the repository at this point in the history
  • Loading branch information
leavauchier committed Jul 16, 2024
1 parent add0ff2 commit 5df6753
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/cicd_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,20 @@ on:
# Also run when the pull request merges (which generates a push)
# So that we can tag the docker image appropriately.
push:
branches: [ "master" ]
tags: [ 'v*.*.*' ]

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

permissions:
packages: write

jobs:
deploy_docker:
runs-on: ubuntu-latest

permissions:
packages: write

steps:
- name: Checkout branch
uses: actions/checkout@v4
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/cicd_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ jobs:
test_local:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/ign-pdal-tools
permissions:
contents: read
packages: write
Expand Down

0 comments on commit 5df6753

Please sign in to comment.