Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
update build dockerx from v1 to v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian-Webster committed Feb 28, 2023
1 parent 5e5ca25 commit 8e15ad9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v2.4.1

- name: Build and push frontend
- name: Build and push docker image
id: docker_build
uses: docker/build-push-action@v4
with:
Expand Down Expand Up @@ -80,6 +80,10 @@ jobs:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

- name: Set up Docker Buildx
id: buildx
uses: docker/[email protected]

- name: Build and push docker image
id: docker_build
uses: docker/build-push-action@v4
Expand Down

0 comments on commit 8e15ad9

Please sign in to comment.