Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 8, 2023
1 parent 520fd18 commit 3995f03
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-rsync-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
username: utkuozdemir
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v4.1.1
uses: docker/build-push-action@v4.2.0
with:
context: ./docker/rsync/
platforms: linux/amd64,linux/arm,linux/arm64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-sshd-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
username: utkuozdemir
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v4.1.1
uses: docker/build-push-action@v4.2.0
with:
context: ./docker/sshd/
platforms: linux/amd64,linux/arm,linux/arm64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-rsync-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set image tag as env variable
run: echo "IMAGE_VERSION=$(echo ${GITHUB_REF#refs/*/} | sed 's/^docker-rsync-//')" >> $GITHUB_ENV
- name: Build and push
uses: docker/build-push-action@v4.1.1
uses: docker/build-push-action@v4.2.0
with:
context: ./docker/rsync/
platforms: linux/amd64,linux/arm,linux/arm64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-sshd-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set image tag as env variable
run: echo "IMAGE_VERSION=$(echo ${GITHUB_REF#refs/*/} | sed 's/^docker-sshd-//')" >> $GITHUB_ENV
- name: Build and push
uses: docker/build-push-action@v4.1.1
uses: docker/build-push-action@v4.2.0
with:
context: ./docker/sshd/
platforms: linux/amd64,linux/arm,linux/arm64
Expand Down

0 comments on commit 3995f03

Please sign in to comment.