Skip to content

Commit

Permalink
Merge pull request #5 from jattento/asd2
Browse files Browse the repository at this point in the history
backupp all
  • Loading branch information
jattento authored May 10, 2024
2 parents b0b22b1 + f92706c commit 11680d1
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
# list of Docker images to use as base name for tags
# list of Docker images to use as base name for tags ///// ghcr.io/jatttt/docker-volume-backup
images: |
jatttt/docker-volume-backup
ghcr.io/jatttt/docker-volume-backup
# define global behaviour for tags
flavor: |
latest=false
Expand Down Expand Up @@ -59,13 +58,6 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Log in to GHCR
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.ITHUB_TOKEN }}

- name: Extract Docker tags
id: tags
run: |
Expand All @@ -78,7 +70,7 @@ jobs:
fi
releases=""
for tag in "${tags[@]}"; do
releases="${releases:+$releases,}jatttt/docker-volume-backup:$tag,ghcr.io/jatttt/docker-volume-backup:$tag"
releases="${releases:+$releases,}jatttt/docker-volume-backup:$tag"
done
echo "releases=$releases" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 11680d1

Please sign in to comment.