Skip to content

Commit

Permalink
chore(gha): update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
chuhlomin committed Oct 23, 2022
1 parent e67820f commit 4a66806
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Login to CR
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: chuhlomin
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Extract metadata
id: meta
uses: docker/metadata-action@v3
uses: docker/metadata-action@v4
with:
images: ${{ env.DOCKER_IMAGE }}
tags: latest

- name: Build and push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
context: .
file: ./Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Login to CR
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: chuhlomin
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit 4a66806

Please sign in to comment.