Skip to content

Commit

Permalink
feature: github: docker/build-push-action v4 (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Sep 5, 2023
1 parent 7e25874 commit 3c93b29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Build and push base-image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v4
with:
context: .
file: docker/Dockerfile
Expand All @@ -45,7 +45,7 @@ jobs:
coderaiser/cloudcmd:latest
coderaiser/cloudcmd:${{ steps.build.outputs.version }}
- name: Build and push alpine-image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v4
with:
context: .
file: docker/Dockerfile.alpine
Expand Down

0 comments on commit 3c93b29

Please sign in to comment.