Skip to content

Commit

Permalink
Merge pull request #13 from snickerjp/workflow
Browse files Browse the repository at this point in the history
update workflow
  • Loading branch information
snickerjp authored Apr 19, 2023
2 parents f34f06f + 587fc4c commit 47e85ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
uses: docker/metadata-action@v4.4.0
with:
images: snickerjp/docker-mysql-shell

- name: Build and push Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
uses: docker/build-push-action@v4.0.0
with:
context: docker/.
push: true
Expand Down

0 comments on commit 47e85ca

Please sign in to comment.