Skip to content

Commit

Permalink
build: Update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jfloff committed Nov 19, 2023
1 parent 3a04360 commit aa5af80
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,27 @@ jobs:
- 22-3.1.2
- 22-3.1.4
steps:
# Checkout this repo
# https://github.com/actions/checkout
-
name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v4

# Login against a Docker registry
# https://github.com/docker/login-action
-
name: Login to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ghcr.io
username: rnters-bot
password: ${{ secrets.GH_ACTIONS_PAT }}

# Build and push Docker image with Buildx
# https://github.com/docker/build-push-action
-
name: Build and push ${{ matrix.ruby }}
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: ${{ matrix.tags }}/.
no-cache: true
Expand Down

0 comments on commit aa5af80

Please sign in to comment.