Skip to content

Commit

Permalink
Merge pull request #230 from sandialabs/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/build-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
mrbuche authored Jun 25, 2024
2 parents 1f43a2b + 3e81b48 commit b667024
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: checkout
uses: actions/checkout@v4
- name: build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: false
tags: mrbuche/polymers:test
Expand All @@ -30,7 +30,7 @@ jobs:
username: mrbuche
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: build-push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
tags: mrbuche/polymers:latest
Expand All @@ -57,7 +57,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: build-push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
tags: |
Expand Down

0 comments on commit b667024

Please sign in to comment.