Skip to content

Commit

Permalink
upgrade action packages to latest versions #15
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-robinson committed Sep 5, 2024
1 parent 8f4030a commit 0795c7a
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,17 @@ jobs:
- linux
- self-hosted
- x64
# Use this if running locally w/ act
# Use this if running locally w/ act
# - ubuntu-latest
steps:
- uses: docker/login-action@v1
- uses: actions/[email protected]

- uses: docker/[email protected]
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- uses: docker/build-push-action@v2

- uses: docker/[email protected]
with:
file: Dockerfile
no-cache: ${{ github.event_name == 'schedule' }}
Expand All @@ -41,10 +44,10 @@ jobs:
needs: image
runs-on:
- self-hosted
# Use this if running locally w/ act
# Use this if running locally w/ act
# - ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.0.2
- uses: peter-evans/dockerhub-description@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
Expand Down

0 comments on commit 0795c7a

Please sign in to comment.