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 c51845e commit aeb8aae
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and publish Docker image
on:
push:
tags:
- 'v*'
- '*'
schedule:
- cron: "30 6 * * 1" # every monday at 06:30 UTC
workflow_dispatch:
Expand All @@ -21,14 +21,15 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ github.actor }}
username: gboeing
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Extract metadata for Docker
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ github.repository }}
flavor: latest=auto
images: gboeing/osmnx

- name: Set up Docker buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit aeb8aae

Please sign in to comment.