Skip to content

Commit

Permalink
Update Github Actions Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 14, 2023
1 parent 189afa0 commit ad82d86
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/action_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
NOTES_VERSION: v1.7.0
steps:
- name: Checkout Dockerfiles and Context
uses: actions/checkout@v3.2.0
uses: actions/checkout@v3.3.0

- name: Checkout Etesync Web Client
uses: actions/checkout@v3
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
echo ::set-output name=tag::${TAG}
- id: docker_metadata
uses: docker/metadata-action@v4.1.1
uses: docker/metadata-action@v4.3.0
with:
labels: |
maintainer=victor-rds
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:

- name: Docker Build and Push
id: docker_build_push
uses: docker/build-push-action@v3.2.0
uses: docker/build-push-action@v3.3.0
with:
builder: ${{ steps.buildx.outputs.name }}
platforms: ${{ github.event.inputs.platforms }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/call_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
NOTES_VERSION: ${{ inputs.notes_version }}
steps:
- name: Checkout Dockerfiles and Context
uses: actions/checkout@v3.2.0
uses: actions/checkout@v3.3.0

- name: Checkout Etesync Web Client
uses: actions/checkout@v3
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
echo ::set-output name=tag::${TAG}
- id: docker_metadata_debian
uses: docker/metadata-action@v4.1.1
uses: docker/metadata-action@v4.3.0
with:
labels: |
maintainer=victor-rds
Expand All @@ -88,7 +88,7 @@ jobs:
type=raw,value=${{ steps.gen-tag.outputs.tag }}
- id: docker_metadata_alpine
uses: docker/metadata-action@v4.1.1
uses: docker/metadata-action@v4.3.0
with:
labels: |
maintainer=victor-rds
Expand All @@ -114,7 +114,7 @@ jobs:
username: ${{ secrets.dckr_username }}
password: ${{ secrets.dckr_token }}

- uses: docker/build-push-action@v3.2.0
- uses: docker/build-push-action@v3.3.0
if: always()
with:
builder: ${{ steps.buildx.outputs.name }}
Expand All @@ -128,7 +128,7 @@ jobs:
labels: ${{ steps.docker_metadata_debian.outputs.labels }}
push: ${{ inputs.pushit }}

- uses: docker/build-push-action@v3.2.0
- uses: docker/build-push-action@v3.3.0
if: always()
with:
builder: ${{ steps.buildx.outputs.name }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/master_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Dockerfiles and Context
uses: actions/checkout@v3.2.0
uses: actions/checkout@v3.3.0

- id: docker_metadata
uses: docker/metadata-action@v4.1.1
uses: docker/metadata-action@v4.3.0
with:
labels: |
maintainer=victor-rds
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Docker Build and Push
id: docker_build_push
uses: docker/build-push-action@v3.2.0
uses: docker/build-push-action@v3.3.0
with:
builder: ${{ steps.buildx.outputs.name }}
platforms: ${{ github.event.inputs.platforms }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/stable_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
NOTES_VERSION: v1.7.0
steps:
- name: Checkout Dockerfiles and Context
uses: actions/checkout@v3.2.0
uses: actions/checkout@v3.3.0

- id: gen-tag
shell: bash
Expand All @@ -32,7 +32,7 @@ jobs:
echo ::set-output name=tag::${TAG}
- id: docker_metadata
uses: docker/metadata-action@v4.1.1
uses: docker/metadata-action@v4.3.0
with:
labels: |
maintainer=victor-rds
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Docker Build and Push
id: docker_build_push
uses: docker/build-push-action@v3.2.0
uses: docker/build-push-action@v3.3.0
with:
builder: ${{ steps.buildx.outputs.name }}
platforms: ${{ github.event.inputs.platforms }}
Expand Down

0 comments on commit ad82d86

Please sign in to comment.