Skip to content

Commit

Permalink
Merge pull request #16 from aservo/las-793_bump-archive-image-to-2.4.…
Browse files Browse the repository at this point in the history
…58-debian11-r10

Las 793 bump archive image to 2.4.58 debian11 r10
  • Loading branch information
voko authored Feb 20, 2024
2 parents 591edbb + c682c39 commit 78831b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
# lead to image pushed on unwanted branches,
# see the branch-based event usages below!
push:
branches: [ main ]
branches:
- '*'
pull_request:
branches: [ main ]
release:
Expand Down Expand Up @@ -42,6 +43,8 @@ jobs:
echo "TAG=${{ github.event.release.tag_name }}" >> $GITHUB_ENV
elif [[ "${{ github.event_name }}" == "pull_request" ]]; then
echo "TAG=pr${{github.event.number}}" >> $GITHUB_ENV
else
echo "TAG=g-${GITHUB_SHA::7}" >> $GITHUB_ENV
fi
- name: Login to GitHub Container Registry
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG REGISTRY=docker.io
ARG APACHE_IMAGE_TAG=2.4.57-debian-11-r124
ARG APACHE_IMAGE_TAG=2.4.58-debian-11-r10
ARG MOD_AUTH_MELLON_VERSION=0.18.1

FROM ${REGISTRY}/bitnami/apache:${APACHE_IMAGE_TAG} as builder
Expand Down

0 comments on commit 78831b6

Please sign in to comment.