|
@@ -15,7 +15,7 @@ jobs:
|
|
|
packages: write
|
|
packages: write
|
|
|
steps:
|
|
steps:
|
|
|
- name: Checkout repository
|
|
- name: Checkout repository
|
|
|
- uses: actions/checkout@v2
|
|
|
|
|
|
|
+ uses: actions/checkout@v3
|
|
|
- name: Log into registry ${{ env.REGISTRY }}
|
|
- name: Log into registry ${{ env.REGISTRY }}
|
|
|
if: github.event_name != 'pull_request'
|
|
if: github.event_name != 'pull_request'
|
|
|
uses: docker/login-action@v2
|
|
uses: docker/login-action@v2
|
|
@@ -44,7 +44,7 @@ jobs:
|
|
|
packages: write
|
|
packages: write
|
|
|
steps:
|
|
steps:
|
|
|
- name: Checkout repository
|
|
- name: Checkout repository
|
|
|
- uses: actions/checkout@v2
|
|
|
|
|
|
|
+ uses: actions/checkout@v3
|
|
|
- name: Log into registry ${{ env.REGISTRY }}
|
|
- name: Log into registry ${{ env.REGISTRY }}
|
|
|
if: github.event_name != 'pull_request'
|
|
if: github.event_name != 'pull_request'
|
|
|
uses: docker/login-action@v2
|
|
uses: docker/login-action@v2
|