Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt committed May 16, 2024
1 parent a906838 commit 95d7e2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build Docker Images, Push to Registry, and Deploy
on: push

jobs:
build-and-push-amd64:
build-and-push-docker-images:
runs-on: ubuntu-latest
steps:
- name: Check out the private Ops repo
Expand All @@ -13,6 +13,7 @@ jobs:
submodules: "recursive"

- name: Log in to Docker Hub

uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down

0 comments on commit 95d7e2e

Please sign in to comment.