Skip to content

Commit

Permalink
bump gha version numbers, fix deprecation notices (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfiorella authored Nov 1, 2024
1 parent ec8ddb9 commit 3995de4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Extract branch name
id: extract_branch
Expand All @@ -36,17 +36,17 @@ jobs:

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

- name: Login to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

- name: Build and push
id: docker_build
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
with:
context: ./
file: ./docker/CI.Dockerfile
Expand Down

0 comments on commit 3995de4

Please sign in to comment.