Skip to content

Commit

Permalink
updating arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
callahantiff committed Mar 12, 2023
1 parent c6f9cb4 commit a5de26a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set-up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v2
- name: Set-up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v2
- name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and Push Container to DockerHub
id: docker_build
uses: docker/build-push-action@v2
uses: docker/build-push-action@v4
with:
push: true
tags: callahantiff/pheknowlator:latest
Expand Down

0 comments on commit a5de26a

Please sign in to comment.