Skip to content

Commit

Permalink
re-configure for devopsansiblede and re-build versions v4.12 and …
Browse files Browse the repository at this point in the history
…`v4.13`
  • Loading branch information
macwinnie committed Feb 11, 2024
1 parent 709951d commit 594f338
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ on:
branches:
- "master"
schedule:
- cron: "11 23 * * 0"
- cron: '11 3 * * 1'

env:
FIRST_COMMIT_REFLECTED: "a911b33a"
REGISTRY_URL: "docker.io/"
IMAGE_NAME: "jugendpresse/docker-antragsgruen"
IMAGE_NAME: "devopsansiblede/antragsgruen"

jobs:

Expand All @@ -27,13 +27,13 @@ jobs:
steps:

- name: "Checkout this repository"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"
with:
ref: "${{ inputs.username }}"
path: "docker"

- name: "Checkout CatoTH Antragsgruen"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"
with:
repository: "CatoTH/antragsgruen"
path: "docker/app"
Expand Down Expand Up @@ -111,13 +111,13 @@ jobs:
steps:

- name: "Checkout this repository"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"
with:
ref: "${{ inputs.username }}"
path: "docker"

- name: "Checkout CatoTH Antragsgruen"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"
with:
repository: "CatoTH/antragsgruen"
path: "docker/app"
Expand Down Expand Up @@ -180,13 +180,13 @@ jobs:
password: "${{ secrets.DOCKERHUB_TOKEN }}"

- name: "Checkout this repository"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"
with:
ref: "master"
path: "docker"

- name: "Checkout CatoTH Antragsgruen"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"
with:
repository: "CatoTH/antragsgruen"
ref: "${{ matrix.tags }}"
Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:
steps:

- name: "Checkout this repository"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"
with:
ref: "master"
path: "docker"
Expand Down
3 changes: 0 additions & 3 deletions built_tags.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
"v4.10.0": "2022-08-14 23:49 (UTC)",
"v4.11.0": "2023-01-28 09:47 (UTC)",
"v4.11.1": "2023-05-29 00:00 (UTC)",
"v4.12.0": "2023-10-29 23:57 (UTC)",
"v4.13.0": "2023-12-10 23:46 (UTC)",
"v4.13.1": "2024-02-11 11:59 (UTC)",
"v4.1a1": "2018-11-06 00:34:17",
"v4.2.0": "2019-09-01 01:06:52",
"v4.2.0rc1": "2019-02-03 00:59:01",
Expand Down

0 comments on commit 594f338

Please sign in to comment.