Bump docker/build-push-action from 6.13.0 to 6.15.0 (#32)

This commit is contained in:
dependabot[bot]
2025-04-25 13:58:35 +02:00
committed by GitHub
parent 2c0cc36551
commit e549ae8ed5

View File

@@ -22,13 +22,13 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
with:
push: true
tags: ghcr.io/tlinden/anydb:${{ github.ref_name}}
- name: Build and push latest Docker image
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
with:
push: true
tags: ghcr.io/tlinden/anydb:latest