Skip to content

Commit

Permalink
Bump github actions and dockerize
Browse files Browse the repository at this point in the history
  • Loading branch information
matsbov committed Oct 23, 2024
1 parent da2dee5 commit bb80fdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Build and push Docker image
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN mkdir -p \

COPY build/libs/image-service-*.war $CATALINA_HOME/webapps/ROOT.war

ENV DOCKERIZE_VERSION v0.7.0
ENV DOCKERIZE_VERSION v0.8.0

RUN apt-get update \
&& apt-get install -y wget \
Expand Down

0 comments on commit bb80fdb

Please sign in to comment.