Skip to content

Commit

Permalink
upgrade actions for rdock-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
ggutierrez-sunbright committed Sep 5, 2024
1 parent 310540a commit 5308c71
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rdock-utils.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: lint
uses: chartboost/ruff-action@v1

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

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

- name: Build rdock-utils dev image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./rdock-utils
tags: ghcr.io/cbdd/rdock-utils:dev
Expand Down

0 comments on commit 5308c71

Please sign in to comment.