Skip to content

Commit

Permalink
feat: update docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thangbuiq committed Feb 16, 2024
1 parent 2b12ee0 commit 192c009
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Path: .github/workflows/codespaces.yml
name: Publish a Docker image for the devcontainer
name: Publish Docker image for codespaces

on:
pull_request:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
password: ${{ secrets.TOKEN_GITHUB }}

- name: Build and push Docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5.0.0
with:
context: .
push: true
Expand Down

0 comments on commit 192c009

Please sign in to comment.