Skip to content

Commit

Permalink
Update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorian Eikenberg committed Mar 22, 2024
1 parent 59ba6b6 commit 49846e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
fi
echo ::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')
- name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_HUB_USER }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
- name: Build docker image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
build-args: VERSION=${{ matrix.version }}
push: ${{ steps.prep.outputs.push }}
Expand Down

0 comments on commit 49846e1

Please sign in to comment.