Skip to content

Commit

Permalink
Merge branch 'main' of github.com:wildjames/todoqueue
Browse files Browse the repository at this point in the history
  • Loading branch information
wildjames committed Nov 23, 2024
2 parents 7b026d0 + bcb2984 commit f243dee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Login to Docker Hub
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v6
with:
context: .
push: true
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/todoqueue:latest
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/todoqueue:latest

0 comments on commit f243dee

Please sign in to comment.