Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gboeing committed Dec 8, 2024
1 parent 0fb216a commit cb5aca0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ on:
workflow_dispatch:

jobs:
push_to_registry:
build_push_docker_image:
name: Build/push image to Docker Hub
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
packages: write
steps:

steps:
- name: Checkout repo
uses: actions/checkout@v4

Expand All @@ -32,6 +32,7 @@ jobs:
images: ${{ github.repository }}

- name: Build and push Docker image
if: github.repository == 'gboeing/osmnx'
uses: docker/build-push-action@v6
with:
context: .
Expand Down

0 comments on commit cb5aca0

Please sign in to comment.