Skip to content

Commit

Permalink
Merge pull request #20 from snickerjp/workflow
Browse files Browse the repository at this point in the history
Update Workflow
  • Loading branch information
snickerjp authored Mar 21, 2024
2 parents e739ad3 + d22ca7d commit 2023e8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Log in to Docker Hub
uses: docker/login-action@v2.1.0
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

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

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

0 comments on commit 2023e8c

Please sign in to comment.