Skip to content

Commit

Permalink
Merge pull request #27 from vincowl/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…build-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
vincowl authored Sep 25, 2024
2 parents 04ee230 + bafa39f commit ec9bd12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: echo "::set-output name=dw-version::$(curl -sX GET https://bitbucket.org/mprasil/docker_dokuwiki/raw/HEAD/Dockerfile | grep 'DOKUWIKI_VERSION=' | awk '{print $2}' FS='[=]')"

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
tags: vincowl/dokuwiki:latest, vincowl/dokuwiki:${{ steps.dw-version.outputs.dw-version}}
Expand Down

0 comments on commit ec9bd12

Please sign in to comment.