mirror of
https://github.com/engineer-man/piston.git
synced 2025-08-06 21:08:46 +02:00
chore(actions): update GitHub workflow actions
Update the actions in the GitHub Actions workflows to their latest versions.
This commit is contained in:
parent
c92c2d0dcc
commit
4fcb275892
4 changed files with 16 additions and 16 deletions
6
.github/workflows/repo-push.yaml
vendored
6
.github/workflows/repo-push.yaml
vendored
|
@ -13,16 +13,16 @@ jobs:
|
|||
name: Build and Push Docker image to Github Packages
|
||||
steps:
|
||||
- name: Check out repo
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
- name: Login to GitHub registry
|
||||
uses: docker/login-action@v1
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
registry: docker.pkg.github.com
|
||||
|
||||
- name: Build and push repo
|
||||
uses: docker/build-push-action@v2
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: repo
|
||||
pull: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue