Skip to content

Commit

Permalink
Bumped to 13.5.1-ce.0 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
pozgo authored Nov 1, 2020
1 parent 1344cf8 commit 80966d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build & Test GitLab

on:
push:
branches: [issue/*, feature/*]
branches: [issue/*, feature/*, update/*]
pull_request:
branches: [master]

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ ENV BACKUP_TIME="0 12 * * *" \
TERM=xterm \
PACKAGECLOUD_REPO=gitlab-ce \
RELEASE_PACKAGE=gitlab-ce \
RELEASE_VERSION=13.4.3-ce.0 \
DOWNLOAD_URL=https://downloads-packages.s3.amazonaws.com/ubuntu-xenial/gitlab-ce_13.4.3-ce.0_amd64.deb
RELEASE_VERSION=13.5.1-ce.0 \
DOWNLOAD_URL=https://downloads-packages.s3.amazonaws.com/ubuntu-xenial/gitlab-ce_13.5.1-ce.0_amd64.deb

COPY container-files /

Expand Down

0 comments on commit 80966d5

Please sign in to comment.