Skip to content

Commit

Permalink
Merge pull request #58 from Nebucatnetzer/dependabot/docker/nextcloud…
Browse files Browse the repository at this point in the history
…-1654f68

Bump nextcloud from `4c898a6` to `1654f68`
  • Loading branch information
Nebucatnetzer authored Feb 10, 2025
2 parents fd2aa84 + 418fc18 commit 497df92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
tags: [ 'v*.*.*' ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand All @@ -22,7 +22,7 @@ jobs:
run: |
sudo apt update
sudo apt-get install -y qemu-system binfmt-support qemu-user-static
- name: Enable multiarch in Docker
run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes

Expand All @@ -34,7 +34,7 @@ jobs:
run: docker buildx build --tag $IMAGE_NAME --platform linux/arm64 .
env:
IMAGE_NAME: nextcloud-smb

- name: Push image $IMAGE_NAME
run: |
IMAGE_ID=ghcr.io/${{ github.repository }}/$IMAGE_NAME
Expand All @@ -50,5 +50,7 @@ jobs:
echo VERSION=$VERSION
docker tag $IMAGE_NAME $IMAGE_ID:$VERSION
docker push $IMAGE_ID:$VERSION
docker tag $IMAGE_NAME $IMAGE_ID:latest
docker push $IMAGE_ID:latest
env:
IMAGE_NAME: nextcloud-smb
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nextcloud:30.0.5-fpm@sha256:4c898a6e3a17fcd3bcbe9d2450079a95581cfb9f0dbfca246c39bd60c77d123b
FROM nextcloud:30.0.5-fpm@sha256:1654f68700a482a13feca52c3235b949d8771624d738c17e9c82e437fe5de5ec

RUN set -ex; \
\
Expand Down

0 comments on commit 497df92

Please sign in to comment.