Skip to content

Commit

Permalink
Merge pull request #43 from mfdz/update-checkout-action
Browse files Browse the repository at this point in the history
Updates actions/checkout to v4
  • Loading branch information
hbruch authored Sep 12, 2023
2 parents 29bd406 + b768306 commit 8e0db9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ jobs:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Publish to Dockerhub
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: mfdz/gtfs-hub
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_AUTH}}
tags: "latest,${{ github.sha }}"

0 comments on commit 8e0db9d

Please sign in to comment.