mirror of
https://github.com/alexta69/metube.git
synced 2025-04-04 04:37:39 +03:00
upgrade dependencies; save old docker images
This commit is contained in:
parent
865f698e71
commit
6ce180aadf
3 changed files with 825 additions and 789 deletions
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
@ -9,6 +9,10 @@ jobs:
|
|||
dockerhub-build-push:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
name: Get current date
|
||||
id: date
|
||||
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
@ -31,7 +35,9 @@ jobs:
|
|||
context: .
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
push: true
|
||||
tags: ${{ secrets.DOCKERHUB_REPOSITORY }}:latest
|
||||
tags: |
|
||||
${{ secrets.DOCKERHUB_REPOSITORY }}:latest
|
||||
${{ secrets.DOCKERHUB_REPOSITORY }}:${{ steps.date.outputs.date }}
|
||||
|
||||
dockerhub-sync-readme:
|
||||
needs: dockerhub-build-push
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue