Skip to content

Commit

Permalink
Update Docker files June 2023
Browse files Browse the repository at this point in the history
* Update Docker files June 2023
  • Loading branch information
abraunegg committed Jun 21, 2023
1 parent 3340fcc commit 6402633
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,20 @@ on:
branches: [ master ]
tags: [ 'v*' ]
pull_request:
branches:
- master
types: [closed]
# Comment these out to force a test build on a PR
#branches:
# - master
#types: [closed]

env:
DOCKER_HUB_SLUG: driveone/onedrive

jobs:
build:
if: (!(github.event.action == 'closed' && github.event.pull_request.merged != true))
# Comment this out to force a test build on a PR
#if: (!(github.event.action == 'closed' && github.event.pull_request.merged != true))

# Build runs on
runs-on: ubuntu-latest

strategy:
Expand Down
2 changes: 1 addition & 1 deletion contrib/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*-Dockerfile-*-

ARG FEDORA_VERSION=37
ARG FEDORA_VERSION=38
ARG DEBIAN_VERSION=bullseye
ARG GO_VERSION=1.20
ARG GOSU_VERSION=1.16
Expand Down
2 changes: 1 addition & 1 deletion contrib/docker/Dockerfile-alpine
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*-Dockerfile-*-

ARG ALPINE_VERSION=3.17
ARG ALPINE_VERSION=3.18
ARG GO_VERSION=1.20
ARG GOSU_VERSION=1.16

Expand Down
2 changes: 1 addition & 1 deletion contrib/docker/Dockerfile-debian
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*-Dockerfile-*-

ARG DEBIAN_VERSION=bullseye
ARG DEBIAN_VERSION=stable

FROM debian:${DEBIAN_VERSION} AS builder-onedrive

Expand Down

0 comments on commit 6402633

Please sign in to comment.