Skip to content

Commit

Permalink
Use Docker Hub image
Browse files Browse the repository at this point in the history
  • Loading branch information
dwin committed Oct 21, 2022
1 parent 3233255 commit b12b790
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This repository contains a GitHub Action for running [Dbmate](https://github.com/amacneil/dbmate), used
for database migrations.

It is based on the [official Github Docker image](https://github.com/amacneil/dbmate/pkgs/container/dbmate),
It is based on the [Official Docker Hub Image](https://hub.docker.com/r/amacneil/dbmate),
which is based on Alpine Linux.

## Inputs
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ inputs:
default: '--help'
runs:
using: 'docker'
image: 'ghcr.io/amacneil/dbmate:1.15'
image: 'amacneil/dbmate:1.15'
args:
- ${{ inputs.command }}

0 comments on commit b12b790

Please sign in to comment.