Skip to content

Commit

Permalink
ci: Fir release-with-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
geokrety-bot committed Aug 8, 2023
1 parent 6062b46 commit 61b4b66
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release-with-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: Automatic release with Dockerfile
# Use this one for default pre-commit pre-installed tools and a standard dockerfile

on:
push:
branches:
- main
workflow_call:
inputs:
image_name:
Expand All @@ -29,12 +26,11 @@ jobs:
uses: geokrety/geokrety-gha-workflows/.github/workflows/pre-commit.yml@main

docker:
needs: pre-commit
uses: geokrety/geokrety-gha-workflows/.github/workflows/docker-build.yml@main
needs: pre-commit
with:
image_name: ${{ inputs.image_name }}
dockerhub_username: ${{ inputs.dockerhub_username }}
dockerhub_token: ${{ secrets.dockerhub_token }}
dockerfile: ${{ inputs.dockerfile }}
context: ${{ inputs.context }}
secrets:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/version-set.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
if: "!contains(github.event.head_commit.message, 'skip ci')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: geokrety/geokrety-gha-workflows/.github/actions/version-set@main
with:
token: ${{ secrets.GH_TOKEN }}

0 comments on commit 61b4b66

Please sign in to comment.