Skip to content

Commit

Permalink
Adds docker buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJoiner committed Apr 3, 2024
1 parent ae40ceb commit bf1488d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/buildpushdev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Login to DockerHub
uses: docker/login-action@v2
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/buildpushtagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Login to DockerHub
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit bf1488d

Please sign in to comment.