Browse Source
Update GitHub Action Versions (#1003)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/1005/head
Sebastian Stehle
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
11 additions and
11 deletions
-
.github/workflows/check-updates.yml
-
.github/workflows/dev.yml
-
.github/workflows/release.yml
|
|
|
@ -12,7 +12,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v3.4.0 |
|
|
|
- uses: actions/checkout@v3.5.3 |
|
|
|
with: |
|
|
|
token: ${{ secrets.WORKFLOW_SECRET }} |
|
|
|
|
|
|
|
|
|
|
|
@ -16,19 +16,19 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- name: Prepare - Checkout |
|
|
|
uses: actions/checkout@v3.4.0 |
|
|
|
uses: actions/checkout@v3.5.3 |
|
|
|
|
|
|
|
- name: Prepare - Inject short Variables |
|
|
|
uses: rlespinasse/github-slug-action@v4.4.1 |
|
|
|
|
|
|
|
- name: Prepare - Set up QEMU |
|
|
|
uses: docker/setup-qemu-action@v2.1.0 |
|
|
|
uses: docker/setup-qemu-action@v2.2.0 |
|
|
|
|
|
|
|
- name: Prepare - Set up Docker Buildx |
|
|
|
uses: docker/setup-buildx-action@v2.5.0 |
|
|
|
uses: docker/setup-buildx-action@v2.9.0 |
|
|
|
|
|
|
|
- name: Build - BUILD |
|
|
|
uses: docker/build-push-action@v4.0.0 |
|
|
|
uses: docker/build-push-action@v4.1.1 |
|
|
|
with: |
|
|
|
load: true |
|
|
|
build-args: "SQUIDEX__RUNTIME__VERSION=7.0.0-dev-${{ env.BUILD_NUMBER }}" |
|
|
|
@ -102,7 +102,7 @@ jobs: |
|
|
|
echo "BUILD_NUMBER=$(($BUILD_NUMBER + 6000))" >> $GITHUB_ENV |
|
|
|
|
|
|
|
- name: Publish - Login to Docker Hub |
|
|
|
uses: docker/login-action@v2.1.0 |
|
|
|
uses: docker/login-action@v2.2.0 |
|
|
|
with: |
|
|
|
username: ${{ secrets.DOCKER_USERNAME }} |
|
|
|
password: ${{ secrets.DOCKER_PASSWORD }} |
|
|
|
|
|
|
|
@ -11,19 +11,19 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- name: Prepare - Checkout |
|
|
|
uses: actions/checkout@v3.4.0 |
|
|
|
uses: actions/checkout@v3.5.3 |
|
|
|
|
|
|
|
- name: Prepare - Inject short Variables |
|
|
|
uses: rlespinasse/github-slug-action@v4.4.1 |
|
|
|
|
|
|
|
- name: Prepare - Set up QEMU |
|
|
|
uses: docker/setup-qemu-action@v2.1.0 |
|
|
|
uses: docker/setup-qemu-action@v2.2.0 |
|
|
|
|
|
|
|
- name: Prepare - Set up Docker Buildx |
|
|
|
uses: docker/setup-buildx-action@v2.5.0 |
|
|
|
uses: docker/setup-buildx-action@v2.9.0 |
|
|
|
|
|
|
|
- name: Build - BUILD |
|
|
|
uses: docker/build-push-action@v4.0.0 |
|
|
|
uses: docker/build-push-action@v4.1.1 |
|
|
|
with: |
|
|
|
load: true |
|
|
|
build-args: "SQUIDEX__BUILD__VERSION=${{ env.GITHUB_REF_SLUG }},SQUIDEX__RUNTIME__VERSION=${{ env.GITHUB_REF_SLUG }}" |
|
|
|
@ -104,7 +104,7 @@ jobs: |
|
|
|
fi |
|
|
|
|
|
|
|
- name: Publish - Login to Docker Hub |
|
|
|
uses: docker/login-action@v2.1.0 |
|
|
|
uses: docker/login-action@v2.2.0 |
|
|
|
with: |
|
|
|
username: ${{ secrets.DOCKER_USERNAME }} |
|
|
|
password: ${{ secrets.DOCKER_PASSWORD }} |
|
|
|
|