Skip to content

Commit

Permalink
Change version of docker publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius committed Aug 31, 2023
1 parent f719ff6 commit 593ff96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ jobs:
shell: bash

- name: Build and push Docker image
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
uses: docker/build-push-action@@v4.1.1
with:
context: .
file: Dockerfile.web_server
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: wattrex-experiments-manager #${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 593ff96

Please sign in to comment.