Skip to content

Commit

Permalink
Merge pull request #47 from OneBusAway/new-target
Browse files Browse the repository at this point in the history
Set new docker images to be published under the OTSF org on Docker Hub
  • Loading branch information
aaronbrethorst authored Feb 27, 2024
2 parents e3f83bb + dac231a commit 8a9a058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ jobs:
push: true
# for versioning, use the git sha
tags: |
aaronbrethorst/${{ matrix.name }}:latest
aaronbrethorst/${{ matrix.name }}:${{ github.sha }}
opentransitsoftwarefoundation/${{ matrix.name }}:latest
opentransitsoftwarefoundation/${{ matrix.name }}:${{ github.sha }}

0 comments on commit 8a9a058

Please sign in to comment.