Skip to content

Commit

Permalink
chore: bump actions (#6)
Browse files Browse the repository at this point in the history
Upgrade to releases that support node20 runtime.
  • Loading branch information
deorus authored Sep 19, 2023
1 parent e7d3cfb commit 6335373
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,22 @@ jobs:
timeout-minutes: 60
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: |
echo short=$(git rev-parse --short=7 ${{ github.sha }}) >> $GITHUB_OUTPUT
id: git
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3

- name: Login to GitHub Package Registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

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

0 comments on commit 6335373

Please sign in to comment.