Skip to content

Commit

Permalink
chore: update build_and_push_dev
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Behairi committed Dec 7, 2023
1 parent 8056e26 commit a72f2d3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_and_push_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ jobs:
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Push to Docker Hub
uses: docker/build-push-action@v5
with:
context: .
load: true
tags: "v${{ steps.package-version.outputs.current-version }}-${{ github.head_ref || github.ref_name }}"
push: true
tags: "eoepca/open-science-catalog-frontend:v${{ steps.package-version.outputs.current-version }}-${{ github.head_ref || github.ref_name }}"

0 comments on commit a72f2d3

Please sign in to comment.